Fresco/Fresco-Test/syunit-c++ Makefile.in,1.2,1.3
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit-c++ In directory purcel:/tmp/cvs-serv4252/Fresco-Test/syunit-c++ 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++/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 3 Apr 2003 19:45:42 -0000 1.2 +++ Makefile.in 4 Apr 2003 22:09:59 -0000 1.3 @@ -46,6 +46,12 @@ @echo making $(action) in $@ $(MAKE) -C $@ $(action) +build-tests: + $(MAKE) action="build-tests" + +run-tests: + $(MAKE) action="run-tests" + depend: $(MAKE) action="depend"