tests : remove test-backend-ops (#2434)

This commit is contained in:
Georgi Gerganov 2024-09-27 11:48:33 +03:00
parent 69339af2d1
commit 8feb375fbd
No known key found for this signature in database
GPG Key ID: BF970631944C16B7
2 changed files with 2 additions and 2572 deletions

View File

@ -3,12 +3,11 @@ BUILD_TARGETS = \
main \
bench \
quantize \
server \
tests/test-c.o
server
# Binaries only useful for tests
TEST_TARGETS = \
tests/test-backend-ops
tests/test-c.o
# Deprecation aliases
ifdef WHISPER_CUBLAS
@ -1101,11 +1100,6 @@ tests: $(TEST_TARGETS)
tests/test-c.o: tests/test-c.c include/whisper.h
$(CC) $(CFLAGS) -c $(filter-out %.h,$^) -o $@
tests/test-backend-ops: tests/test-backend-ops.cpp \
$(OBJ_GGML)
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
#
# Audio samples
#

File diff suppressed because it is too large Load Diff