Index: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile (revision 30381) +++ trunk/tests/Makefile (revision 30382) @@ -11,6 +11,8 @@ # This uses make instead of $(MAKE) on purpose as a "portbale" -j1 to work aroudn GNU make cd librnd && make all && make test # cd gsch2pcb-rnd && $(MAKE) all && $(MAKE) test + cd drc_query && $(MAKE) test + cd query && $(MAKE) test @echo " " @echo "+-------------------------------------------------+" @echo "+ All tests passed, pcb-rnd is safe to install. +" @@ -28,4 +30,6 @@ cd drc_pstk_hbrk && $(MAKE) clean cd librnd && $(MAKE) clean # cd gsch2pcb-rnd && $(MAKE) clean + cd drc_query && $(MAKE) clean + cd query && $(MAKE) clean Index: trunk/tests/drc_query/Makefile =================================================================== --- trunk/tests/drc_query/Makefile (revision 30381) +++ trunk/tests/drc_query/Makefile (revision 30382) @@ -7,8 +7,10 @@ TESTS = \ thickness.diff overlap.diff -all: $(TESTS) +test: $(TESTS) +all: + thickness.diff: thickness.out @diff -u thickness.out thickness.ref && rm thickness.out Index: trunk/tests/query/Makefile =================================================================== --- trunk/tests/query/Makefile (revision 30381) +++ trunk/tests/query/Makefile (revision 30382) @@ -7,8 +7,10 @@ TESTS = \ action.diff getconf.diff getconf2.diff -all: $(TESTS) +test: $(TESTS) +all: + action.diff: action.out @diff -u action.out action.ref && rm action.out