summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2004-11-15 00:19:04 +0000
committerPeter Johnson <peter@tortall.net>2004-11-15 00:19:04 +0000
commit55d8a8f8742f08444ea7dde1eafc3c1b97ce9410 (patch)
tree092934f33c4085afdc953eac018143c92b131083 /Makefile.am
parenta44fb7746c3864f8d4d1880f852da8dd0b494292 (diff)
downloadyasm-55d8a8f8742f08444ea7dde1eafc3c1b97ce9410.tar.gz
Remove Check suite; hand-write the two tests that use it. While we're
here, remove the bitrotted tests memexpr_test and bytecode_test. * check: Deleted. * Makefile.am: Unhook Check suite from build. * configure.ac: Remove tests for things needed only for Check suite. * memexpr_test.c: Delete. * bytecode_test.c: Delete. * libyasm/tests/Makefile.inc: Delete commented-out references to above. * bitvect_test.c: Rewrite to not use Check suite. * floatnum_test.c: Likewise. * libyasm/tests/Makefile.inc: Don't reference Check suite. svn path=/trunk/yasm/; revision=1178
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 19ab7206..435f3f1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,13 +34,11 @@ EXTRA_DIST = config/config.rpath
# automake doesn't distribute mkinstalldirs?
EXTRA_DIST += config/mkinstalldirs
-EXTRA_DIST += check/Makefile.inc
EXTRA_DIST += tools/Makefile.inc
EXTRA_DIST += libyasm/Makefile.inc
EXTRA_DIST += modules/Makefile.inc
EXTRA_DIST += frontends/Makefile.inc
-include check/Makefile.inc
include tools/Makefile.inc
include libyasm/Makefile.inc
include modules/Makefile.inc