aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.T
diff options
context:
space:
mode:
authorGravatar Simon Marlow <marlowsd@gmail.com>2009-05-29 12:56:09 +0000
committerGravatar Simon Marlow <marlowsd@gmail.com>2009-05-29 12:56:09 +0000
commitdafb7b1cbd37403e1dcf02b6b47fff392aa2dc72 (patch)
treee372e4cd0fcf9021fc5f1d6e8e7823b4155a8571 /tests/all.T
parenta67dfb0a448100fefea33e58bbf77eaafdeb0c05 (diff)
add test for fdReadBuf/fdWriteBuf
Diffstat (limited to 'tests/all.T')
-rw-r--r--tests/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/all.T b/tests/all.T
index 6746643..a66f52a 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -26,3 +26,5 @@ test('getUserEntryForName', compose(conf, expect_fail), compile_and_run,
test('signals004', normal, compile_and_run, ['-package unix'])
+
+test('fdReadBuf001', only_ways(['threaded1','threaded2','ghci']), compile_and_run, ['-package unix'])