Index: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile (revision 5803) +++ trunk/tests/Makefile (revision 5804) @@ -6,3 +6,7 @@ cd uniq_name && $(MAKE) all && $(MAKE) test cd propedit && $(MAKE) all && $(MAKE) test cd remote && $(MAKE) all && $(MAKE) test + cd gsch2pcb-rnd && $(MAKE) all && $(MAKE) test + @echo "***" + @echo "*** All tests passed. ***" + @echo "***" Index: trunk/tests/propedit/Makefile =================================================================== --- trunk/tests/propedit/Makefile (revision 5803) +++ trunk/tests/propedit/Makefile (revision 5804) @@ -16,7 +16,7 @@ all: tester test: tester.diff - @echo "*** All ok, QC passed ***" + @echo "propedit: *** QC passed ***" @rm tester.out tester: tester.o $(PED)/props.o $(LIB_OBJS) Index: trunk/tests/remote/test_all.sh =================================================================== --- trunk/tests/remote/test_all.sh (revision 5803) +++ trunk/tests/remote/test_all.sh (revision 5804) @@ -17,7 +17,7 @@ if test $fail = 0 then - echo "*** QC PASS ***" + echo "remote: *** QC PASS ***" else - echo "FAIL: $fail of $all" + echo "remote: FAIL: $fail of $all" fi Index: trunk/tests/strflags/Makefile =================================================================== --- trunk/tests/strflags/Makefile (revision 5803) +++ trunk/tests/strflags/Makefile (revision 5804) @@ -7,7 +7,7 @@ all: tester test: tester.diff - @echo "*** all ok, QC PASS ***" + @echo "strflags: *** QC PASS ***" @rm tester.stdout tester: tester.o $(GDS)