From c9c5ddd1c7111ad98a36beab7680edf8dacc3f47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 22 Jan 2003 15:53:25 +0000 Subject: [PATCH] removed comparing pointers [r653] --- testprograms/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index 9cca442c0..c4dc5a0e9 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -46,6 +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!! ($(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) \ @@ -55,6 +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!! install -c -m0644 *.vcg $(REF_DIR) subdir_clean: -- 2.20.1