|
@@ -0,0 +1,21 @@
|
|
|
|
|
+test-suite testlib :
|
|
|
|
|
+ [ compile-fail compile-fail~fail.cpp ]
|
|
|
|
|
+ [ compile-fail compile-fail~pass.cpp ]
|
|
|
|
|
+ [ compile compile~fail.cpp ]
|
|
|
|
|
+ [ compile compile~pass.cpp ]
|
|
|
|
|
+ [ compile compile~warn.cpp ]
|
|
|
|
|
+ [ link link~fail.cpp ]
|
|
|
|
|
+ [ link link~pass.cpp ]
|
|
|
|
|
+ [ link-fail link-fail~fail.cpp ]
|
|
|
|
|
+ [ link-fail link-fail~pass.cpp ]
|
|
|
|
|
+ [ run-fail run-fail~compile-fail.cpp ]
|
|
|
|
|
+ [ run-fail run-fail~fail-warn.cpp ]
|
|
|
|
|
+ [ run-fail run-fail~fail.cpp ]
|
|
|
|
|
+ [ run-fail run-fail~pass.cpp ]
|
|
|
|
|
+ [ run run~fail.cpp ]
|
|
|
|
|
+ [ run run~note.cpp ]
|
|
|
|
|
+ [ run run~pass.cpp ]
|
|
|
|
|
+ [ run run~warn-note.cpp ]
|
|
|
|
|
+ [ run run~warn.cpp ]
|
|
|
|
|
+
|
|
|
|
|
+ ;
|