Fresco/Fresco-Test/syunit-c++ Makefile.in,1.1,1.2
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit-c++ In directory purcel:/tmp/cvs-serv2214/syunit-c++ Modified Files: Makefile.in Log Message: Improve build support: calling make now builds everything, stores it into the appropriate directories in the build tree and finally build the test in syunit-c++/test. Now we only need to decide which targets should actually build the tests and what to do when a test fails... Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/syunit-c++/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 19 Feb 2003 22:27:35 -0000 1.1 +++ Makefile.in 3 Apr 2003 19:45:42 -0000 1.2 @@ -26,7 +26,7 @@ distdir := @PACKAGE_NAME@-@PACKAGE_VERSION@ -subdirs := src +subdirs := src test # insert inter-directory dependencies below # Overridden by the clean-targets, allowing the same subdirs-rule to be used