From d3a41e0b6d8f8c4fd8f66be85fd4023d153eef88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 22 Jan 2003 15:59:37 +0000 Subject: [PATCH] *** empty log message *** [r654] --- testprograms/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.20.1