summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/primops/should_run/all.T')
-rw-r--r--testsuite/tests/primops/should_run/all.T16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_run/all.T b/testsuite/tests/primops/should_run/all.T
index ef046f34ae..b4a4b1f612 100644
--- a/testsuite/tests/primops/should_run/all.T
+++ b/testsuite/tests/primops/should_run/all.T
@@ -41,3 +41,19 @@ test('Sized', normal, compile_and_run, [''])
test('LevPolyPtrEquality1', normal, compile_and_run, [''])
test('LevPolyPtrEquality2', normal, compile_and_run, [''])
+
+test('UnliftedArray1', normal, compile_and_run, [''])
+test('UnliftedArray2', normal, compile_and_run, [''])
+test('UnliftedArrayCAS', normal, compile_and_run, [''])
+test('UnliftedIOPort', normal, compile_and_run, [''])
+test('UnliftedMutVar1', normal, compile_and_run, [''])
+test('UnliftedMutVar2', normal, compile_and_run, [''])
+test('UnliftedMutVar3', normal, compile_and_run, [''])
+test('UnliftedMutVarCAS', normal, compile_and_run, [''])
+test('UnliftedMVar', normal, compile_and_run, [''])
+test('UnliftedSmallArray1', normal, compile_and_run, [''])
+test('UnliftedSmallArray2', normal, compile_and_run, [''])
+test('UnliftedStablePtr', normal, compile_and_run, [''])
+test('UnliftedTVar1', normal, compile_and_run, [''])
+test('UnliftedTVar2', normal, compile_and_run, [''])
+test('UnliftedWeakPtr', normal, compile_and_run, [''])