mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-01 06:34:43 +02: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 \
|
main \
|
||||||
bench \
|
bench \
|
||||||
quantize \
|
quantize \
|
||||||
server \
|
server
|
||||||
tests/test-c.o
|
|
||||||
|
|
||||||
# Binaries only useful for tests
|
# Binaries only useful for tests
|
||||||
TEST_TARGETS = \
|
TEST_TARGETS = \
|
||||||
tests/test-backend-ops
|
tests/test-c.o
|
||||||
|
|
||||||
# Deprecation aliases
|
# Deprecation aliases
|
||||||
ifdef WHISPER_CUBLAS
|
ifdef WHISPER_CUBLAS
|
||||||
@ -1101,11 +1100,6 @@ tests: $(TEST_TARGETS)
|
|||||||
tests/test-c.o: tests/test-c.c include/whisper.h
|
tests/test-c.o: tests/test-c.c include/whisper.h
|
||||||
$(CC) $(CFLAGS) -c $(filter-out %.h,$^) -o $@
|
$(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
|
# Audio samples
|
||||||
#
|
#
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user