diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 6 | ||||
| -rw-r--r-- | tests/aplwc.bin/example.exp | 2 | ||||
| -rw-r--r-- | tests/aplwc.lib/example.exp | 3 | ||||
| -rw-r--r-- | tests/lib/aplwc.exp | 1 |
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" |