[Fresco-changes] Fresco/Fresco-Python-demos/src Makefile.in,1.6,1.7

Tobias Hunger tobias at fresco.org
Sun Apr 6 16:16:25 UTC 2003


Update of /cvs/fresco/Fresco/Fresco-Python-demos/src
In directory purcel:/tmp/cvs-serv26197/Fresco-Python-demos/src

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/src/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.in	10 Dec 2002 05:46:19 -0000	1.6
+++ Makefile.in	6 Apr 2003 16:15:53 -0000	1.7
@@ -39,6 +39,10 @@
 	  rm -f $(DESTDIR)$(bindir)/$$target; \
 	done
 
+build-tests:
+
+run-tests:
+
 clean:	
 	rm -f ../bin/$(TARGETS)
 





More information about the Fresco-changes mailing list