Procházet zdrojové kódy

Added common_factor_test

[SVN r12046]
Dave Abrahams před 24 roky
rodič
revize
139ec4c6d6
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      status/Jamfile

+ 2 - 1
status/Jamfile

@@ -232,7 +232,8 @@ test-suite integer
     ;
 
 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/special_functions/special_functions_test.cpp ]
     ;

粤ICP备19079148号