[Fresco-changes] Fresco/Fresco-IDL Makefile.in,1.18,1.19

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


Update of /cvs/fresco/Fresco/Fresco-IDL
In directory purcel:/tmp/cvs-serv26197/Fresco-IDL

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-IDL/Makefile.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.in	25 Mar 2003 20:36:00 -0000	1.18
+++ Makefile.in	6 Apr 2003 16:15:51 -0000	1.19
@@ -97,12 +97,13 @@
        $(distdir)
 	-rm -rf $(distdir)
 
-gen-test: #nothing to test
-build-test: #nothing to test
-
 uninstall:
 	rm -fr $(DESTDIR)$(datadir)/doc/Fresco-IDL
 	rm -rf $(DESTDIR)$(datadir)/idl/Fresco
+
+build-tests: # nothing to test
+
+run-tests: # nothing to test
 
 clean:
 	rm -f $(SYN)





More information about the Fresco-changes mailing list