Fresco/Babylon Makefile.in,1.12,1.13 configure.ac,1.20,1.21
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon In directory purcel:/tmp/cvs-serv16136/Babylon Modified Files: Makefile.in configure.ac Log Message: Add test-support to Babylon. No tests yet, but the infrastructure is in place now. Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/Makefile.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.in 20 Feb 2003 15:30:32 -0000 1.12 +++ Makefile.in 3 Apr 2003 22:39:10 -0000 1.13 @@ -26,7 +26,7 @@ distdir := @PACKAGE_NAME@-@PACKAGE_VERSION@ -subdirs := src modules +subdirs := src modules test # insert inter-directory dependencies below # Overridden by the clean-targets, allowing the same subdirs-rule to be used Index: configure.ac =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- configure.ac 4 Mar 2003 05:44:50 -0000 1.20 +++ configure.ac 3 Apr 2003 22:39:10 -0000 1.21 @@ -41,6 +41,14 @@ AC_LANG(C++) dnl ------------------------------------------------------------------ +dnl Test framework +dnl ------------------------------------------------------------------ + +FRESCO_PACKAGE([Fresco-Test], [Fresco_Test], [$PACKAGE_VERSION], [..]) +TEST_CONFIG="$Fresco-Test-prefix/bin/Fresco-Test-config" +AC_SUBST(TEST_CONFIG) + +dnl ------------------------------------------------------------------ dnl Prague dnl ------------------------------------------------------------------ @@ -75,9 +83,10 @@ AC_CONFIG_FILES([config/Babylon-config], [chmod +x config/Babylon-config]) AC_CONFIG_FILES([bin/Babylon-config:config/Babylon-build-config.in], [chmod +x bin/Babylon-config]) AC_CONFIG_FILES([Makefile src/Makefile modules/Makefile]) +AC_CONFIG_FILES([test/Makefile]) mkdir -p lib mkdir -p modules mkdir -p bin -AC_OUTPUT \ No newline at end of file +AC_OUTPUT