Преглед изворни кода

Move timer tests into canonical test subdir structure.

[SVN r44387]
Rene Rivera пре 18 година
родитељ
комит
d4591048cc
2 измењених фајлова са 2 додато и 3 уклоњено
  1. 1 1
      libs/timer
  2. 1 2
      status/Jamfile.v2

+ 1 - 1
libs/timer

@@ -1 +1 @@
-Subproject commit 90982d07548207d022eb070a332778c380748da3
+Subproject commit fad60ce4fa1730f81458a00508243ebdf2628919

+ 1 - 2
status/Jamfile.v2

@@ -88,6 +88,7 @@ build-project ../libs/static_assert ;          # test-suite static_assert
 build-project ../libs/system/test ;            # test-suite system
 build-project ../libs/test/test ;              # test-suite test
 build-project ../libs/thread/test ;            # test-suite thread
+build-project ../libs/timer/test ;             # test-suite timer
 build-project ../libs/tr1/test ;               # test-suite tr1
 build-project ../libs/tuple/test ;             # test-suite tuple
 build-project ../libs/type_traits/test ;       # test-suite type_traits
@@ -148,8 +149,6 @@ explicit unit_test_framework ;
           [ compile-fail libs/config/test/threads/test_thread_fail2.cpp ]
         ;
 
-    compile libs/timer/timer_test.cpp ;
-
     test-suite tokenizer
         : [ run libs/tokenizer/examples.cpp test_exec_monitor ]
           [ run libs/tokenizer/simple_example_1.cpp ]

粤ICP备19079148号