Skip to content

Commit 068e7c4

Browse files
committed
Add test-model-load-cancel to Makefile
1 parent 2796953 commit 068e7c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ TEST_TARGETS = \
99
tests/test-llama-grammar tests/test-grammar-parser tests/test-double-float tests/test-grad0 tests/test-opt \
1010
tests/test-quantize-fns tests/test-quantize-perf tests/test-sampling tests/test-tokenizer-0-llama \
1111
tests/test-tokenizer-0-falcon tests/test-tokenizer-1-llama tests/test-tokenizer-1-bpe tests/test-rope \
12-
tests/test-backend-ops
12+
tests/test-backend-ops \
13+
tests/test-model-load-cancel
1314

1415
# Code coverage output files
1516
COV_TARGETS = *.gcno tests/*.gcno *.gcda tests/*.gcda *.gcov tests/*.gcov lcov-report gcovr-report
@@ -724,3 +725,5 @@ tests/test-c.o: tests/test-c.c llama.h
724725

725726
tests/test-backend-ops: tests/test-backend-ops.cpp ggml.o $(OBJS)
726727
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
728+
729+
tests/test-model-load-cancel: tests/test-model-load-cancel.cpp ggml.o llama.o $(OBJS)

0 commit comments

Comments
 (0)