Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53976 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-16 04:29:31


Author: cschladetsch
Date: 2009-06-16 04:29:30 EDT (Tue, 16 Jun 2009)
New Revision: 53976
URL: http://svn.boost.org/trac/boost/changeset/53976

Log:
main switch back from basic_tests

Added:
   sandbox/monotonic/libs/monotonic/test/Jamfile.v2 (contents, props changed)
Text files modified:
   sandbox/monotonic/libs/monotonic/test/main.cpp | 10 +++++-----
   sandbox/monotonic/libs/monotonic/test/monotonic.vcproj | 8 ++++++++
   2 files changed, 13 insertions(+), 5 deletions(-)

Added: sandbox/monotonic/libs/monotonic/test/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/monotonic/libs/monotonic/test/Jamfile.v2 2009-06-16 04:29:30 EDT (Tue, 16 Jun 2009)
@@ -0,0 +1,10 @@
+# tests for Boost.Monotonic
+
+import modules;
+
+test-suite monotonic_test:
+ [ run test_test.cpp ]
+ [ compile test_dupe.cpp ]
+ ;
+
+# EOF

Modified: sandbox/monotonic/libs/monotonic/test/main.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/main.cpp (original)
+++ sandbox/monotonic/libs/monotonic/test/main.cpp 2009-06-16 04:29:30 EDT (Tue, 16 Jun 2009)
@@ -298,10 +298,10 @@
         test_speed_heap();
 }
 
-//int main()
-//{
-// //test_map_list_heap_stack();
-// run_all_tests();
-//}
+int main()
+{
+ //test_map_list_heap_stack();
+ run_all_tests();
+}
 
 //EOF

Modified: sandbox/monotonic/libs/monotonic/test/monotonic.vcproj
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/monotonic.vcproj (original)
+++ sandbox/monotonic/libs/monotonic/test/monotonic.vcproj 2009-06-16 04:29:30 EDT (Tue, 16 Jun 2009)
@@ -254,6 +254,14 @@
                 <File
                         RelativePath=".\basic_tests.cpp"
>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
                 </File>
                 <File
                         RelativePath=".\chain.cpp"


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk