File tree Expand file tree Collapse file tree 3 files changed +1
-1692
lines changed Expand file tree Collapse file tree 3 files changed +1
-1692
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ TEST_TARGETS = \
4848 tests/test-backend-ops \
4949 tests/test-chat-template \
5050 tests/test-double-float \
51- tests/test-grad0 \
5251 tests/test-grammar-integration \
5352 tests/test-grammar-parser \
5453 tests/test-json-schema-to-grammar \
@@ -1499,11 +1498,6 @@ tests/test-json-schema-to-grammar: tests/test-json-schema-to-grammar.cpp \
14991498 $(CXX ) $(CXXFLAGS ) -Iexamples/server -c $< -o $(call GET_OBJ_FILE, $< )
15001499 $(CXX ) $(CXXFLAGS ) $(filter-out % .h $< ,$^ ) $(call GET_OBJ_FILE, $< ) -o $@ $(LDFLAGS )
15011500
1502- tests/test-grad0 : tests/test-grad0.cpp \
1503- $(OBJ_GGML )
1504- $(CXX ) $(CXXFLAGS ) -c $< -o $(call GET_OBJ_FILE, $< )
1505- $(CXX ) $(CXXFLAGS ) $(filter-out % .h $< ,$^ ) $(call GET_OBJ_FILE, $< ) -o $@ $(LDFLAGS )
1506-
15071501tests/test-opt : tests/test-opt.cpp \
15081502 $(OBJ_GGML )
15091503 $(CXX ) $(CXXFLAGS ) -c $< -o $(call GET_OBJ_FILE, $< )
Original file line number Diff line number Diff line change @@ -116,9 +116,8 @@ llama_target_and_test(test-sampling.cpp)
116116llama_target_and_test(test -chat-template.cpp)
117117
118118llama_target_and_test(test -grammar-parser.cpp)
119- llama_target_and_test(test -llama-grammar.cpp)
120119llama_target_and_test(test -grammar-integration.cpp)
121- llama_target_and_test(test -grad0 .cpp)
120+ llama_target_and_test(test -llama-grammar .cpp)
122121llama_target_and_test(test -barrier.cpp)
123122# llama_target_and_test(test-opt.cpp) # SLOW
124123llama_target_and_test(test -backend-ops.cpp)
You can’t perform that action at this time.
0 commit comments