Fresco/Babylon Makefile.in,1.13,1.14
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon In directory purcel:/tmp/cvs-serv4252/Babylon 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/Babylon/Makefile.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.in 3 Apr 2003 22:39:10 -0000 1.13 +++ Makefile.in 4 Apr 2003 22:09:57 -0000 1.14 @@ -49,6 +49,12 @@ depend: $(MAKE) action="depend" +build-tests: + $(MAKE) action="build-tests" + +run-tests: + $(MAKE) action="run-tests" + doc: $(MAKE) action="doc"