Fresco/Berlin/config module.mk.in,1.23,1.24
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/config
In directory purcel:/tmp/cvs-serv26197/Berlin/config
Modified Files:
module.mk.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: module.mk.in
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/config/module.mk.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- module.mk.in 25 Mar 2003 20:35:59 -0000 1.23
+++ module.mk.in 6 Apr 2003 16:15:46 -0000 1.24
@@ -96,6 +96,10 @@
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(datadir)/doc/Berlin/$(docdir)
cp -r $(abs_top_builddir)/share/doc/Berlin/$(docdir)/html $(DESTDIR)$(datadir)/doc/Berlin/$(docdir)
+build-tests:
+
+run-tests:
+
clean:
rm -f $(TARGET)
rm -f *.o *.d