diff options
Diffstat (limited to 'testsuite/Makefile.am')
| -rw-r--r-- | testsuite/Makefile.am | 8 |
1 files changed, 8 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 |