Fresco/Fresco-Test/syunit-c++/test Makefile.in,1.1,1.2
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit-c++/test In directory purcel:/tmp/cvs-serv4252/Fresco-Test/syunit-c++/test 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++/test/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 3 Apr 2003 20:51:19 -0000 1.1 +++ Makefile.in 4 Apr 2003 22:09:59 -0000 1.2 @@ -53,7 +53,12 @@ .PHONY: all doc install install-doc clean distclean maintainer-clean dist -all: $(TARGETS) +all: + +build-tests: $(TARGETS) + +run-tests: + @echo RUNNING ALL TESTS. $(TARGETS): $(OBJ) @echo linking $(@F)