diff options
Diffstat (limited to 'testsuite/tests/mdo/should_fail/all.T')
-rw-r--r-- | testsuite/tests/mdo/should_fail/all.T | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/mdo/should_fail/all.T b/testsuite/tests/mdo/should_fail/all.T new file mode 100644 index 0000000000..6693587bab --- /dev/null +++ b/testsuite/tests/mdo/should_fail/all.T @@ -0,0 +1,7 @@ +setTestOpts(only_ways(['normal'])); + +test('mdofail001', normal, compile_fail, ['']) +test('mdofail002', normal, compile_fail, ['']) +test('mdofail003', normal, compile_fail, ['']) +test('mdofail004', normal, compile, ['']) +test('mdofail005', normal, compile_fail, ['']) |