Index: Makefile =================================================================== --- Makefile (revision 5803) +++ 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 "***"