From 9809314bbf9215f0679238e01d0dfbe2bfee5b54 Mon Sep 17 00:00:00 2001 From: crasm Date: Tue, 19 Dec 2023 17:46:36 -0500 Subject: [PATCH] Disable test-model-load-cancel in make --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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