|
From: <den...@us...> - 2009-12-29 14:14:48
|
Revision: 30
http://dsim.svn.sourceforge.net/dsim/?rev=30&view=rev
Author: denis_arnaud
Date: 2009-12-29 14:14:40 +0000 (Tue, 29 Dec 2009)
Log Message:
-----------
[Test] Added tests for the stdair, airinv and simcrs projects.
Modified Paths:
--------------
trunk/dsim/configure.ac
trunk/dsim/test/Makefile.am
Property Changed:
----------------
trunk/dsim/test/
Modified: trunk/dsim/configure.ac
===================================================================
--- trunk/dsim/configure.ac 2009-12-29 13:34:09 UTC (rev 29)
+++ trunk/dsim/configure.ac 2009-12-29 14:14:40 UTC (rev 30)
@@ -476,8 +476,11 @@
test/boost/spirit/Makefile
test/boost/serialization/Makefile
test/boost/signals/Makefile
+ test/stdair/Makefile
test/airsched/Makefile
+ test/airinv/Makefile
test/rmol/Makefile
+ test/simcrs/Makefile
)
AC_OUTPUT
Property changes on: trunk/dsim/test
___________________________________________________________________
Modified: svn:externals
- airsched https://air-sched.svn.sourceforge.net/svnroot/air-sched/trunk/airsched/test/airsched
rmol https://rmol.svn.sourceforge.net/svnroot/rmol/trunk/rmol/test/rmol
+ stdair https://stdair.svn.sourceforge.net/svnroot/stdair/trunk/stdair/test/stdair
airsched https://air-sched.svn.sourceforge.net/svnroot/air-sched/trunk/airsched/test/airsched
airinv https://rmol.svn.sourceforge.net/svnroot/airinv/trunk/airinv/test/airinv
rmol https://rmol.svn.sourceforge.net/svnroot/rmol/trunk/rmol/test/rmol
simcrs https://rmol.svn.sourceforge.net/svnroot/simcrs/trunk/simcrs/test/simcrs
Modified: trunk/dsim/test/Makefile.am
===================================================================
--- trunk/dsim/test/Makefile.am 2009-12-29 13:34:09 UTC (rev 29)
+++ trunk/dsim/test/Makefile.am 2009-12-29 14:14:40 UTC (rev 30)
@@ -4,7 +4,7 @@
MAINTAINERCLEANFILES = Makefile.in
##
-SUBDIRS = boost airsched rmol
+SUBDIRS = boost stdair airsched airinv rmol simcrs
##
check_PROGRAMS = simulate
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|