Dave Abrahams 24 лет назад
Родитель
Сommit
26b8abe8bc
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      status/Jamfile

+ 5 - 0
status/Jamfile

@@ -186,6 +186,11 @@ rule test-suite # pseudotarget-name : test-targets...
 
 # ----------- Actual test invocations follow ----------------#
 
+test-suite "bind"
+    : [ run libs/bind/bind_test.cpp ]
+      [ run libs/bind/mem_fn_test.cpp ]
+    ;
+
 test-suite config
     : [ run libs/config/test/config_test.cpp ]
       [ run libs/config/test/limits_test.cpp ]

粤ICP备19079148号