Sfoglia il codice sorgente

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

[SVN r16494]
Dave Abrahams 23 anni fa
parent
commit
bc87ea0190
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      status/Jamfile

+ 2 - 2
status/Jamfile

@@ -56,8 +56,8 @@ include testing.jam ;
     test-suite concept_check
         : [ compile libs/concept_check/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

粤ICP备19079148号