*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 22 Jan 2003 15:59:37 +0000 (15:59 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 22 Jan 2003 15:59:37 +0000 (15:59 +0000)
[r654]

testprograms/Makefile.in

index c4dc5a0..f6d5d8a 100644 (file)
@@ -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: