From: Götz Lindenmaier Date: Wed, 22 Jan 2003 15:59:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d3a41e0b6d8f8c4fd8f66be85fd4023d153eef88;p=libfirm *** empty log message *** [r654] --- diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index c4dc5a0e9..f6d5d8adf 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -46,7 +46,7 @@ run: test: clean all ($(run_bin_EXAMPLES))>run-result.txt - -rm $(REF_DIR)/All_types.vcg # contains pointers that differ from run to run -- change!!! debug-ints!! + -rm $(REF_DIR)/All_types.vcg $(REF_DIR)/*-type.vcg $(REF_DIR)/*-all.vcg # contains pointers that differ from run to run -- change!!! debug-ints!! ($(DIFF) run-result.txt $(REF_DIR)/run-result.txt) || (echo Libfirm test failed; exit 1) for g in $(REF_DIR)/*.vcg; do\ ($(DIFF) -s `basename $$g` $$g)|| (echo Libfirm test failed; exit 1) \ @@ -56,7 +56,7 @@ test: clean all reference: clean all rm -f $(REF_DIR)/*.vcg ($(run_bin_EXAMPLES))>$(REF_DIR)/run-result.txt - rm All_types.vcg # contains pointers that differ from run to run -- change!!! debug-ints!! + rm All_types.vcg *-type.vcg *-all.vcg # contains pointers that differ from run to run -- change!!! debug-ints!! install -c -m0644 *.vcg $(REF_DIR) subdir_clean: