diff --git a/ci/test_compiler.sh b/ci/test_compiler.sh index 625ead25..21777891 100755 --- a/ci/test_compiler.sh +++ b/ci/test_compiler.sh @@ -13,7 +13,7 @@ rm -rf ~/.cache/pocl # rebuild runtime test make -C tests/runtime/simple clean make -C tests/runtime/simple -make -C tests/runtime/simple run +make -C tests/runtime/simple run-rtlsim # rebuild native kernel make -C tests/regression/dogfood clean-all