summaryrefslogtreecommitdiff
path: root/libraries/base/tests/System/all.T
blob: a6894fa95ac840075fd778b27eeceaef13f66954 (plain)
1
2
3
4
5
6
7
8
9

test('exitWith001', exit_code(42), compile_and_run, [''])
test('getArgs001',  normal, compile_and_run, [''])
test('getEnv001',   normal, compile_and_run, [''])
test('T5930',   normal, compile_and_run, [''])

test('system001',   when(opsys("mingw32"), expect_fail), \
	compile_and_run, [''])
test('Timeout001', normal, compile_and_run, [''])