* Makefile.in: added support for building testsuite.
+Tue Feb 23 19:00:50 1993 Mike Werner (mtw@poseidon.cygnus.com)
+
+ * configure.in: added testsuite to configdirs.
+ * Makefile.in: added support for building testsuite.
+
Mon Feb 22 22:52:10 1993 Per Bothner (bothner@rtl.cygnus.com)
* objdump.c (disassemble_data): Print function names when
#\f
## The rules
-all: $(ADDL_LIBS) $(PROGS)
+all: $(ADDL_LIBS) $(PROGS) testsuite
+
+testsuite:
+ echo "testsuite"; \
+ if [ -d testsuite ]; then \
+ (rootme=`pwd`/ ; export rootme ; \
+ rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
+ cd testsuite; $(MAKE) $(FLAGS_TO_PASS)); \
+ fi; \
+
check: all
/bin/sh $(srcdir)/sanity.sh .