Skip to content

Commit 8feb375

Browse files
committed
tests : remove test-backend-ops (ggerganov#2434)
1 parent 69339af commit 8feb375

File tree

2 files changed

+2
-2572
lines changed

2 files changed

+2
-2572
lines changed

Makefile

+2-8
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ BUILD_TARGETS = \
33
main \
44
bench \
55
quantize \
6-
server \
7-
tests/test-c.o
6+
server
87

98
# Binaries only useful for tests
109
TEST_TARGETS = \
11-
tests/test-backend-ops
10+
tests/test-c.o
1211

1312
# Deprecation aliases
1413
ifdef WHISPER_CUBLAS
@@ -1101,11 +1100,6 @@ tests: $(TEST_TARGETS)
11011100
tests/test-c.o: tests/test-c.c include/whisper.h
11021101
$(CC) $(CFLAGS) -c $(filter-out %.h,$^) -o $@
11031102

1104-
tests/test-backend-ops: tests/test-backend-ops.cpp \
1105-
$(OBJ_GGML)
1106-
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)
1107-
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
1108-
11091103
#
11101104
# Audio samples
11111105
#

0 commit comments

Comments
 (0)