aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.T')
-rw-r--r--tests/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.T b/tests/all.T
index a80efc6..8647812 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -11,6 +11,7 @@ test('forkprocess01', compose(only_compiler_types(['ghc']),
compose(expect_fail_for(['threaded2']), conf)),
compile_and_run, ['-package unix'])
test('user001', conf, compile_and_run, ['-package unix'])
+test('resourceLimit', conf, compile_and_run, ['-package unix'])
if config.platform == 'i386-unknown-freebsd':
conf = expect_fail