mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
tests : remove test-backend-ops (#2434)
This commit is contained in:
parent
69339af2d1
commit
8feb375fbd
10
Makefile
10
Makefile
@ -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
Loading…
Reference in New Issue
Block a user