From: <den...@us...> - 2009-12-30 15:04:21
|
Revision: 76 http://stdair.svn.sourceforge.net/stdair/?rev=76&view=rev Author: denis_arnaud Date: 2009-12-30 15:03:52 +0000 (Wed, 30 Dec 2009) Log Message: ----------- [Test] Added a directory for the samples. Modified Paths: -------------- trunk/stdair/configure.ac trunk/stdair/test/Makefile.am Added Paths: ----------- trunk/stdair/test/samples/ trunk/stdair/test/samples/Makefile.am trunk/stdair/test/samples/schedule01.csv Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2009-12-30 14:21:42 UTC (rev 75) +++ trunk/stdair/configure.ac 2009-12-30 15:03:52 UTC (rev 76) @@ -202,6 +202,7 @@ doc/sourceforge/howto_release_stdair.html extracppunit/Makefile test/Makefile + test/samples/Makefile test/inheritance/Makefile test/mpl/Makefile test/mpl/contrib/Makefile Modified: trunk/stdair/test/Makefile.am =================================================================== --- trunk/stdair/test/Makefile.am 2009-12-30 14:21:42 UTC (rev 75) +++ trunk/stdair/test/Makefile.am 2009-12-30 15:03:52 UTC (rev 76) @@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in ## -SUBDIRS = inheritance mpl stdair +SUBDIRS = samples inheritance mpl stdair EXTRA_DIST = ## Property changes on: trunk/stdair/test/samples ___________________________________________________________________ Added: svn:ignore + .deps .libs Makefile.in Makefile Copied: trunk/stdair/test/samples/Makefile.am (from rev 73, trunk/stdair/test/Makefile.am) =================================================================== --- trunk/stdair/test/samples/Makefile.am (rev 0) +++ trunk/stdair/test/samples/Makefile.am 2009-12-30 15:03:52 UTC (rev 76) @@ -0,0 +1,10 @@ +## test sub-directory +include $(top_srcdir)/Makefile.common + +MAINTAINERCLEANFILES = Makefile.in + +## +SUBDIRS = + +EXTRA_DIST = schedule01.csv +## Added: trunk/stdair/test/samples/schedule01.csv =================================================================== --- trunk/stdair/test/samples/schedule01.csv (rev 0) +++ trunk/stdair/test/samples/schedule01.csv 2009-12-30 15:03:52 UTC (rev 76) @@ -0,0 +1,6 @@ +// Flights: AirlineCode; FlightNumber; Date-Range; ; DOW; Legs; Segments; +// Legs: BoardPoint; OffPoint; BoardTime; ArrivalDateOffSet; ArrivalTime; +// ElapsedTime; LegCabins; +// LegCabins: CabinCode; Capacity; +// Segments: Specific; +AA; 117; 2009-01-15; 2009-01-28; 1000000; LHR; JFK; 08:20; 11:00; 07:40; Y; 300; 0; Y; YM; \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |