Selaa lähdekoodia

Updated config test system to use new .ipp file extensions.
All dependencies on Boost.Test have also been removed for the basic tests.


[SVN r23102]

John Maddock 22 vuotta sitten
vanhempi
sitoutus
7a6dca4f69
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      libs/config
  2. 1 1
      status/Jamfile

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit c7942674bcd9fc6a50afd9f3a832d81412a67417
+Subproject commit 73034c7e9ce86c6b2bc9614522759d22a4a491ca

+ 1 - 1
status/Jamfile

@@ -51,7 +51,7 @@ subinclude libs/variant/test ;           # test-suite variant
     local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
     
     test-suite config
-        : [ run libs/config/test/config_test.cpp <lib>../libs/test/build/boost_test_exec_monitor
+        : [ run libs/config/test/config_test.cpp
                 : #args
                 : #input-files
                 : #requirements

粤ICP备19079148号