Fresco/Babylon/test 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/Babylon/test In directory purcel:/tmp/cvs-serv4252/Babylon/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/Babylon/test/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 4 Apr 2003 17:39:48 -0000 1.2 +++ Makefile.in 4 Apr 2003 22:09:58 -0000 1.3 @@ -50,8 +50,12 @@ .PHONY: all doc install install-doc clean distclean maintainer-clean dist -all: $(TARGETS) - @echo Done building tests. +all: + +build-tests: $(TARGETS) + +run-tests: + @echo Running tests... $(TARGETS): $(OBJ) @echo linking $(@F) @@ -77,7 +81,7 @@ $(SYN): $(TESTS) @echo generating $(@F) - $(SYNOPSIS) -pC++ -I$(hdir) `$(TEST_CONFIG) --cppflags` -o $@ $< + $(SYNOPSIS) -pC++ -I$(hdir) -I`$(TEST_CONFIG) --prefix`/include -o $@ $< $(HARNESS): $(SYN) @echo generating test harness for $(@F)