فهرست منبع

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

[SVN r16494]
Dave Abrahams 23 سال پیش
والد
کامیت
bc87ea0190
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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号