Fresco/Berlin/server Makefile.in,1.29,1.30
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/server
In directory purcel:/tmp/cvs-serv26197/Berlin/server
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/Berlin/server/Makefile.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.in 18 Feb 2003 07:26:39 -0000 1.29
+++ Makefile.in 6 Apr 2003 16:15:47 -0000 1.30
@@ -110,6 +110,11 @@
rm -f $(DESTDIR)$(bindir)/$$target \
done
rm -f $(DESTDIR)$(sysconfdir)/berlinrc
+
+build-tests:
+
+run-tests:
+
clean:
rm -f $(TARGETS)
rm -f *.o *.d