|
From: <den...@us...> - 2009-12-29 13:34:22
|
Revision: 29
http://dsim.svn.sourceforge.net/dsim/?rev=29&view=rev
Author: denis_arnaud
Date: 2009-12-29 13:34:09 +0000 (Tue, 29 Dec 2009)
Log Message:
-----------
[Test] Added the tests on the Airline Schedule Manager (airsched) library.
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:19:34 UTC (rev 28)
+++ trunk/dsim/configure.ac 2009-12-29 13:34:09 UTC (rev 29)
@@ -476,6 +476,7 @@
test/boost/spirit/Makefile
test/boost/serialization/Makefile
test/boost/signals/Makefile
+ test/airsched/Makefile
test/rmol/Makefile
)
AC_OUTPUT
Property changes on: trunk/dsim/test
___________________________________________________________________
Modified: svn:externals
- rmol https://rmol.svn.sourceforge.net/svnroot/rmol/trunk/rmol/test/rmol
+ 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
Modified: trunk/dsim/test/Makefile.am
===================================================================
--- trunk/dsim/test/Makefile.am 2009-12-29 13:19:34 UTC (rev 28)
+++ trunk/dsim/test/Makefile.am 2009-12-29 13:34:09 UTC (rev 29)
@@ -4,7 +4,7 @@
MAINTAINERCLEANFILES = Makefile.in
##
-SUBDIRS = boost rmol
+SUBDIRS = boost airsched rmol
##
check_PROGRAMS = simulate
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|