Index: tests/Makefile =================================================================== --- tests/Makefile (revision 5803) +++ 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: tests/propedit/Makefile =================================================================== --- tests/propedit/Makefile (revision 5803) +++ 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: tests/remote/test_all.sh =================================================================== --- tests/remote/test_all.sh (revision 5803) +++ 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: tests/strflags/Makefile =================================================================== --- tests/strflags/Makefile (revision 5803) +++ 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)