run_lit.sh: build all the things

npcomp-capi-ir-test was missing, causing the tests to fail if it wasn't
built. Just build everything instead.
pull/84/head
Sean Silva 2020-10-15 17:32:46 -07:00
parent 87b6bc305a
commit ebb3c90355
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ done
set -x
cd $build_dir
ninja npcomp-opt npcomp-run-mlir NPCOMPCompilerRuntimeShlib NPCOMPNativePyExt
ninja
cd test && python3 "$lit_exe" ${lit_args[@]}