Update of /cvsroot/simspark/simspark/spark
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20211
Modified Files:
Tag: WIN32
configure.ac
Log Message:
- added test directory
Index: configure.ac
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/configure.ac,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -d -r1.5.2.1 -r1.5.2.2
*** configure.ac 13 Feb 2007 00:03:41 -0000 1.5.2.1
--- configure.ac 28 Feb 2007 09:00:33 -0000 1.5.2.2
***************
*** 143,146 ****
--- 143,148 ----
spark/Makefile \
spark/spark-config \
+ test/Makefile \
+ test/coretest/Makefile \
plugin/Makefile \
plugin/filesystemstd/Makefile \
***************
*** 152,157 ****
plugin/rosimporter/Makefile \
plugin/sparkmonitor/Makefile \
! plugin/sparkagent/Makefile \
! test/coretest/Makefile ],
[test -f salt/salt-config && chmod a+x salt/salt-config && \
test -f zeitgeist/zeitgeist-config && chmod a+x zeitgeist/zeitgeist-config && \
--- 154,158 ----
plugin/rosimporter/Makefile \
plugin/sparkmonitor/Makefile \
! plugin/sparkagent/Makefile ],
[test -f salt/salt-config && chmod a+x salt/salt-config && \
test -f zeitgeist/zeitgeist-config && chmod a+x zeitgeist/zeitgeist-config && \
|