2 # $Id: Makefile.am,v 1.2 2005/10/20 11:35:25 verdoolaege Exp $
5 OBJ_DIR = $(top_builddir)
29 echo "Verify file $$x"; \
30 $(OBJ_DIR)/pp$(TEST_BITS) < $(srcdir)/$$x > xyz;\
31 diff -w xyz $(srcdir)/`basename $$x .in`.out ; \
33 if [ "$$result" -eq "1" ]; then \
34 echo "Error: $$x is not the same"; \
35 failedtest=`expr $$failedtest + 1`; \
40 if [ $$failedtest != 0 ]; then \
41 echo "$$failedtest tests failed"; \
43 echo "Test pp works correctly"; \