diff options
Diffstat (limited to 'testsuite/tests/primops/should_run/all.T')
-rw-r--r-- | testsuite/tests/primops/should_run/all.T | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_run/all.T b/testsuite/tests/primops/should_run/all.T index c7cdd348bf..46954e3c58 100644 --- a/testsuite/tests/primops/should_run/all.T +++ b/testsuite/tests/primops/should_run/all.T @@ -18,3 +18,8 @@ test('ArithWord8', omit_ways(['ghci']), compile_and_run, ['']) test('CmpInt8', normal, compile_and_run, ['']) test('CmpWord8', normal, compile_and_run, ['']) test('ShowPrim', normal, compile_and_run, ['']) + +test('ArithInt16', normal, compile_and_run, ['']) +test('ArithWord16', normal, compile_and_run, ['']) +test('CmpInt16', normal, compile_and_run, ['']) +test('CmpWord16', normal, compile_and_run, [''])
\ No newline at end of file |