Fresco/Fresco-Python-demos Makefile.in,1.10,1.11
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Python-demos
In directory purcel:/tmp/cvs-serv26197/Fresco-Python-demos
Modified Files:
Makefile.in
Log Message:
* Make sure that we don't try to build/run tests if Fresco-Test is not around
* Make all Makefiles aware of build-tests and run-tests.
* Added a doc/ and doc/examples/ directory to Fresco-Test with some FAQ-like
explaination on how to write tests/integrate tests into the framework
The unit test framework is in place now... only the actual tests are still
missing;-)
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Python-demos/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.in 20 Feb 2003 15:30:35 -0000 1.10
+++ Makefile.in 6 Apr 2003 16:15:52 -0000 1.11
@@ -47,12 +47,14 @@
install-doc: #do nothing here
-gen-test:
-
-build-test:
-
uninstall:
$(MAKE) action="uninstall"
+
+build-tests:
+ $(MAKE) action="build-tests"
+
+run-tests:
+ $(MAKE) action="run-tests"
clean:
$(MAKE) action="clean"