Fresco/Fresco-Test/config Fresco-Test-build-config.in,1.2,1.3 Fresco-Test-config.in,1.1,1.2 local.mk.in,1.3,1.4
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/config
In directory purcel:/tmp/cvs-serv20721/Fresco-Test/config
Modified Files:
Fresco-Test-build-config.in Fresco-Test-config.in local.mk.in
Log Message:
Try "make build-tests && make run-tests" in Fresco-Test and Babylon :-)
Index: Fresco-Test-build-config.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/config/Fresco-Test-build-config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Fresco-Test-build-config.in 4 Apr 2003 17:39:49 -0000 1.2
+++ Fresco-Test-build-config.in 5 Apr 2003 22:37:34 -0000 1.3
@@ -47,6 +47,18 @@
--libs)
echo -L@abs_top_builddir@/lib -lFresco-Test @LIBS@
;;
+ --test-runner)
+ echo $prefix/bin/run_tests.sh
+ ;;
+ --syn2cc)
+ echo $prefix/bin/syn2cc.py
+ ;;
+ --include-dir)
+ echo $prefix/include
+ ;;
+ --lib-dir)
+ echo $prefix/lib
+ ;;
*)
echo "${usage}" 1>&2
exit 1
Index: Fresco-Test-config.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/config/Fresco-Test-config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Fresco-Test-config.in 3 Apr 2003 20:51:18 -0000 1.1
+++ Fresco-Test-config.in 5 Apr 2003 22:37:34 -0000 1.2
@@ -47,6 +47,18 @@
--libs)
echo -L@libdir@ -lFresco-Test @INSTALL_LIBS@
;;
+ --test-runner)
+ echo $prefix/bin/run_tests.sh
+ ;;
+ --syn2cc)
+ echo $prefix/bin/syn2cc.py
+ ;;
+ --include-dir)
+ echo $prefix/include
+ ;;
+ --lib-dir)
+ echo $prefix/lib
+ ;;
*)
echo "${usage}" 1>&2
exit 1
Index: local.mk.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/config/local.mk.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- local.mk.in 3 Apr 2003 20:51:18 -0000 1.3
+++ local.mk.in 5 Apr 2003 22:37:34 -0000 1.4
@@ -41,7 +41,6 @@
CXX := @CXX@
SYNOPSIS := synopsis
TEST_CONFIG := @abs_top_builddir@/bin/Fresco-Test-config
-SYN2CC := `$(TEST_CONFIG) --prefix`/bin/syn2cc.py
SHTOOL := @top_srcdir@/config/shtool
SO_CXXFLAGS := @SO_CXXFLAGS@