diff options
Diffstat (limited to 'testsuite')
| -rw-r--r-- | testsuite/Makefile.am | 8 | ||||
| -rw-r--r-- | testsuite/aplwc.bin/example.exp | 2 | ||||
| -rw-r--r-- | testsuite/aplwc.lib/example.exp | 3 | ||||
| -rw-r--r-- | testsuite/site_extra.exp.in | 1 |
4 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am new file mode 100644 index 0000000..51c1011 --- /dev/null +++ b/testsuite/Makefile.am @@ -0,0 +1,8 @@ +AUTOMAKE_OPTIONS = dejagnu +EXTRA_DEJAGNU_SITE_CONFIG = site_extra.exp +DEJATOOL = aplwc.bin aplwc.lib +CLEANFILES = *.log *.sum site.exp +EXTRA_DIST = \ + lib/*.exp \ + aplwc.bin/*.exp \ + aplwc.lib/*.exp diff --git a/testsuite/aplwc.bin/example.exp b/testsuite/aplwc.bin/example.exp new file mode 100644 index 0000000..15ba15c --- /dev/null +++ b/testsuite/aplwc.bin/example.exp @@ -0,0 +1,2 @@ +spawn "${aplwc_bin}" +fail "not implemented" diff --git a/testsuite/aplwc.lib/example.exp b/testsuite/aplwc.lib/example.exp new file mode 100644 index 0000000..92e00d8 --- /dev/null +++ b/testsuite/aplwc.lib/example.exp @@ -0,0 +1,3 @@ +spawn "${aplwc_bin}" +fail "not implemented" + diff --git a/testsuite/site_extra.exp.in b/testsuite/site_extra.exp.in new file mode 100644 index 0000000..819c30f --- /dev/null +++ b/testsuite/site_extra.exp.in @@ -0,0 +1 @@ +set aplwc_bin @abs_top_builddir@/src/aplwc |