summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-16 19:16:43 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-16 19:16:43 +0200
commit60c48f4d5df503c02795d81a60f88dc033c2eb4b (patch)
treeafbb39afd92cac57d377701c105e001f77122596 /tests/testsuite.at
parent6baf6465f715886ab490d80d712120c7bdf9e9e5 (diff)
Switch to using dejagnu for 'make check'
No tests yet. This commit exists just to see if the automatic builds will correctly run the tests and report failures.
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
deleted file mode 100644
index 41af6b5..0000000
--- a/tests/testsuite.at
+++ /dev/null
@@ -1,19 +0,0 @@
-AT_INIT([aplwc-repl test suite])
-AT_COLOR_TESTS
-
-AT_SETUP([Command line arguments])
-AT_TESTED([aplwc])
-AT_CHECK([aplwc --version | sed 1q], [0], [AT_PACKAGE_NAME AT_PACKAGE_VERSION
-])
-AT_CHECK([aplwc -v | sed 1q], [0], [AT_PACKAGE_NAME AT_PACKAGE_VERSION
-])
-AT_CHECK([aplwc --help | sed 1q], [0], [Usage: aplwc [[OPTION...]]
-])
-AT_CHECK([aplwc --h | sed 1q], [0], [Usage: aplwc [[OPTION...]]
-])
-AT_CHECK([aplwc --some-unknown-long-option], [1], ignore, ignore)
-AT_CHECK([aplwc -k], [1], ignore, ignore)
-AT_CHECK([aplwc --help | grep -e '-v, --version'], [0], ignore)
-AT_CHECK([aplwc --help | grep -e '-h, --help'], [0], ignore)
-AT_CHECK([aplwc --help | grep -e '-k, --ksdfsgs'], [1], ignore, ignore)
-AT_CLEANUP \ No newline at end of file