Explorar el Código

Make concept-check tests compilation tests instead of link-fail.

[SVN r16494]
Dave Abrahams hace 23 años
padre
commit
bc87ea0190
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      status/Jamfile

+ 2 - 2
status/Jamfile

@@ -56,8 +56,8 @@ include testing.jam ;
     test-suite concept_check
     test-suite concept_check
         : [ compile libs/concept_check/concept_check_test.cpp ]
         : [ compile libs/concept_check/concept_check_test.cpp ]
           [ compile libs/concept_check/class_concept_check_test.cpp ]
           [ compile libs/concept_check/class_concept_check_test.cpp ]
-          [ link-fail libs/concept_check/concept_check_fail_expected.cpp ]
-          [ link-fail libs/concept_check/class_concept_fail_expected.cpp ]
+          [ compile-fail libs/concept_check/concept_check_fail_expected.cpp ]
+          [ compile-fail libs/concept_check/class_concept_fail_expected.cpp ]
         ;
         ;
 
 
     test-suite conversion
     test-suite conversion

粤ICP备19079148号