Просмотр исходного кода

Added common_factor_test

[SVN r12046]
Dave Abrahams 24 лет назад
Родитель
Сommit
139ec4c6d6
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      status/Jamfile

+ 2 - 1
status/Jamfile

@@ -232,7 +232,8 @@ test-suite integer
     ;
     ;
 
 
 test-suite math
 test-suite math
-    : [ run libs/math/octonion/octonion_test.cpp ]
+    : [ run libs/math/test/common_factor_test.cpp ]
+      [ run libs/math/octonion/octonion_test.cpp ]
       [ run libs/math/quaternion/quaternion_test.cpp ]
       [ run libs/math/quaternion/quaternion_test.cpp ]
       [ run libs/math/special_functions/special_functions_test.cpp ]
       [ run libs/math/special_functions/special_functions_test.cpp ]
     ;
     ;

粤ICP备19079148号