diff --git a/Makefile b/Makefile index 6c126269b..9a1c28fe5 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,9 @@ TEST_TARGETS = \ tests/test-llama-grammar tests/test-grammar-parser tests/test-double-float tests/test-grad0 tests/test-opt \ tests/test-quantize-fns tests/test-quantize-perf tests/test-sampling tests/test-tokenizer-0-llama \ tests/test-tokenizer-0-falcon tests/test-tokenizer-1-llama tests/test-tokenizer-1-bpe tests/test-rope \ - tests/test-backend-ops \ - tests/test-model-load-cancel + tests/test-backend-ops +# # TODO(crasm): determine how to run tests that depend on openllama model files with make + # tests/test-model-load-cancel # Code coverage output files COV_TARGETS = *.gcno tests/*.gcno *.gcda tests/*.gcda *.gcov tests/*.gcov lcov-report gcovr-report