Skip to content

Commit 84274a1

Browse files
committed
tests : remove test-grad0
1 parent 68fcb47 commit 84274a1

File tree

3 files changed

+1
-1692
lines changed

3 files changed

+1
-1692
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
15071501
tests/test-opt: tests/test-opt.cpp \
15081502
$(OBJ_GGML)
15091503
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)

tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ llama_target_and_test(test-sampling.cpp)
116116
llama_target_and_test(test-chat-template.cpp)
117117

118118
llama_target_and_test(test-grammar-parser.cpp)
119-
llama_target_and_test(test-llama-grammar.cpp)
120119
llama_target_and_test(test-grammar-integration.cpp)
121-
llama_target_and_test(test-grad0.cpp)
120+
llama_target_and_test(test-llama-grammar.cpp)
122121
llama_target_and_test(test-barrier.cpp)
123122
# llama_target_and_test(test-opt.cpp) # SLOW
124123
llama_target_and_test(test-backend-ops.cpp)

0 commit comments

Comments
 (0)