summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-16 19:55:28 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-16 19:55:28 +0200
commit4f0e09208f2a312fef54439597add2312a86cd72 (patch)
tree3479895384db9d0ff7ecb65aeb7ac7fef8a64af8 /tests
parent60c48f4d5df503c02795d81a60f88dc033c2eb4b (diff)
Rename test directory to testsuiteHEADmaster
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/aplwc.bin/example.exp2
-rw-r--r--tests/aplwc.lib/example.exp3
-rw-r--r--tests/lib/aplwc.exp1
4 files changed, 0 insertions, 12 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 086e276..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-AUTOMAKE_OPTIONS = dejagnu
-CLEANFILES = *.log *.sum site.*
-EXTRA_DIST = \
- lib/*.exp \
- aplwc.bin/*.exp \
- aplwc.lib/*.exp
diff --git a/tests/aplwc.bin/example.exp b/tests/aplwc.bin/example.exp
deleted file mode 100644
index 15ba15c..0000000
--- a/tests/aplwc.bin/example.exp
+++ /dev/null
@@ -1,2 +0,0 @@
-spawn "${aplwc_bin}"
-fail "not implemented"
diff --git a/tests/aplwc.lib/example.exp b/tests/aplwc.lib/example.exp
deleted file mode 100644
index 92e00d8..0000000
--- a/tests/aplwc.lib/example.exp
+++ /dev/null
@@ -1,3 +0,0 @@
-spawn "${aplwc_bin}"
-fail "not implemented"
-
diff --git a/tests/lib/aplwc.exp b/tests/lib/aplwc.exp
deleted file mode 100644
index 4406dff..0000000
--- a/tests/lib/aplwc.exp
+++ /dev/null
@@ -1 +0,0 @@
-set aplwc_bin "${objdir}/../src/aplwc"