summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/System/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib/System/all.T')
-rw-r--r--testsuite/tests/lib/System/all.T8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/lib/System/all.T b/testsuite/tests/lib/System/all.T
new file mode 100644
index 0000000000..996946fd69
--- /dev/null
+++ b/testsuite/tests/lib/System/all.T
@@ -0,0 +1,8 @@
+
+test('exitWith001', exit_code(42), compile_and_run, [''])
+test('getArgs001', normal, compile_and_run, [''])
+test('getEnv001', normal, compile_and_run, [''])
+
+test('system001', if_platform("i386-unknown-mingw32", expect_fail), \
+ compile_and_run, [''])
+