Fresco/Fresco-Test Makefile.in,1.1,1.2 configure.ac,1.2,1.3
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test In directory purcel:/tmp/cvs-serv2214 Modified Files: Makefile.in configure.ac 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/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:41 -0000 1.2 @@ -26,7 +26,7 @@ distdir := @PACKAGE_NAME@-@PACKAGE_VERSION@ -subdirs := syunit-c++ +subdirs := syunit syunit-c++ # Overridden by the clean-targets, allowing the same subdirs-rule to be used # for everything. Index: configure.ac =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/configure.ac,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- configure.ac 4 Mar 2003 05:44:54 -0000 1.2 +++ configure.ac 3 Apr 2003 19:45:41 -0000 1.3 @@ -46,8 +46,13 @@ AC_MSG_NOTICE([Output Substitution]) AC_CONFIG_FILES([config/local.mk]) -AC_CONFIG_FILES([Makefile syunit-c++/Makefile syunit-c++/src/Makefile]) +AC_CONFIG_FILES([config/Fresco-Test-config], [chmod +x config/Fresco-Test-config]) +AC_CONFIG_FILES([bin/Fresco-Test-config:config/Fresco-Test-build-config.in], [chmod +x bin/Fresco-Test-config]) +AC_CONFIG_FILES([Makefile syunit/Makefile]) +AC_CONFIG_FILES([syunit-c++/Makefile syunit-c++/src/Makefile]) +AC_CONFIG_FILES([syunit-c++/test/Makefile]) mkdir -p lib +mkdir -p bin AC_OUTPUT