Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51453 - in sandbox/itl/libs/itl: build/win32 test
From: afojgo_at_[hidden]
Date: 2009-02-26 11:17:41


Author: jofaber
Date: 2009-02-26 11:17:40 EST (Thu, 26 Feb 2009)
New Revision: 51453
URL: http://svn.boost.org/trac/boost/changeset/51453

Log:
Completed jamfile for tests. Stable {msvc-9.0, partly congcc-4.3-a7}

Text files modified:
   sandbox/itl/libs/itl/build/win32/vc9_all.sln | 6 ------
   sandbox/itl/libs/itl/test/Jamfile.v2 | 18 +++++++++++++++++-
   2 files changed, 17 insertions(+), 7 deletions(-)

Modified: sandbox/itl/libs/itl/build/win32/vc9_all.sln
==============================================================================
--- sandbox/itl/libs/itl/build/win32/vc9_all.sln (original)
+++ sandbox/itl/libs/itl/build/win32/vc9_all.sln 2009-02-26 11:17:40 EST (Thu, 26 Feb 2009)
@@ -49,8 +49,6 @@
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_test_quantifier_map", "..\..\test\test_quantifier_map\vc9_test_quantifier_map.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B7D2A9F9F}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_test_interval_set_laws", "..\..\test\test_interval_set_laws\vc9_test_interval_set_laws.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B7D2A9FA0}"
-EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_test_casual", "..\..\test\test_casual\vc9_test_casual.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B8D3A9FA0}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_labat_val_relations", "..\..\..\validate\example\labat_val_relations\vc9_labat_val_relations.vcproj", "{BF42574F-66E2-42DD-90D9-3A8FCE6F471F}"
@@ -177,10 +175,6 @@
                 {EE61B7EF-EC45-4165-8B49-FD5B7D2A9F9F}.Debug|Win32.Build.0 = Debug|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B7D2A9F9F}.Release|Win32.ActiveCfg = Release|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B7D2A9F9F}.Release|Win32.Build.0 = Release|Win32
- {EE61B7EF-EC45-4165-8B49-FD5B7D2A9FA0}.Debug|Win32.ActiveCfg = Debug|Win32
- {EE61B7EF-EC45-4165-8B49-FD5B7D2A9FA0}.Debug|Win32.Build.0 = Debug|Win32
- {EE61B7EF-EC45-4165-8B49-FD5B7D2A9FA0}.Release|Win32.ActiveCfg = Release|Win32
- {EE61B7EF-EC45-4165-8B49-FD5B7D2A9FA0}.Release|Win32.Build.0 = Release|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B8D3A9FA0}.Debug|Win32.ActiveCfg = Debug|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B8D3A9FA0}.Debug|Win32.Build.0 = Debug|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B8D3A9FA0}.Release|Win32.ActiveCfg = Release|Win32

Modified: sandbox/itl/libs/itl/test/Jamfile.v2
==============================================================================
--- sandbox/itl/libs/itl/test/Jamfile.v2 (original)
+++ sandbox/itl/libs/itl/test/Jamfile.v2 2009-02-26 11:17:40 EST (Thu, 26 Feb 2009)
@@ -16,12 +16,28 @@
 
 test-suite "itl"
     :
+ # interval
       [ run test_itl_interval/test_itl_interval.cpp ]
+
+ # sets
       [ run test_interval_set/test_interval_set.cpp ]
       [ run test_separate_interval_set/test_separate_interval_set.cpp ]
- [ run test_split_interval_set/test_split_interval_set.cpp ]
+ [ run test_split_interval_set/test_split_interval_set.cpp ]
       [ run test_interval_set_mixed/test_interval_set_mixed.cpp ]
+
+ # maps
       [ run test_interval_map/test_interval_map.cpp ]
       [ run test_split_interval_map/test_split_interval_map.cpp ]
       [ run test_interval_map_mixed/test_interval_map_mixed.cpp ]
+ [ run test_itl_map/test_itl_map.cpp ]
+
+ # handcoded tests using laws (not LaBatea) -------------------------------
+ # Concept Set
+ [ run test_set_inerval_set/test_set_interval_set.cpp ]
+ [ run test_set_itl_set/test_set_itl_set.cpp ]
+
+ # Concept Map
+ [ run test_quantifier_itl_map/test_quantifier_itl_map.cpp ]
+ # too fat /bigobj [ run test_quantifier_map/test_quantifier_map.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