Fresco/Fresco-Test/syunit-c++/src Makefile.in,1.3,1.4
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit-c++/src In directory purcel:/tmp/cvs-serv4252/Fresco-Test/syunit-c++/src Modified Files: Makefile.in Log Message: Build tests on "make build-tests" and run them on "make run-tests" (this target is there, but not implemented yet!) Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/syunit-c++/src/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 4 Apr 2003 17:39:50 -0000 1.3 +++ Makefile.in 4 Apr 2003 22:09:59 -0000 1.4 @@ -89,6 +89,10 @@ uninstall: #not yet +build-tests: # nothing to do here + +run-tests: # nothing to do here + clean: rm -f $(TARGET) rm -f $(OBJ) $(DEP) $(SYN) $(XREF)