summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2001-09-18 17:38:45 +0000
committerPeter Johnson <peter@tortall.net>2001-09-18 17:38:45 +0000
commit9397744af867ec09efba347cb46a1c7256f62514 (patch)
treee34e9cf5164535ed735f5d14cb6df48b42a21d1e /Makefile.am
parentcd3528249d4aebf05583502c10b5d452684561bc (diff)
downloadyasm-9397744af867ec09efba347cb46a1c7256f62514.tar.gz
Add unit test framework using Check (http://check.sourceforge.net/).
Only test included right now is a tiny one for one bytecode function, but will grow as time goes on. TODO: check for non ANSI C things required by Check. svn path=/trunk/yasm/; revision=190
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ca62e4d..222c63ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# $IdPath$
-SUBDIRS = intl src po doc
+SUBDIRS = check intl src po doc tests
EXTRA_DIST = config/install-sh config/missing config/mkinstalldirs \
config/config.guess config/config.sub