From 79ebcc23d71d5f25e5940df721d9e916b5cbfbd2 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Tue, 29 Jun 2021 03:45:57 -0700 Subject: [PATCH] minor update --- ci/test_compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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