Skip to content

Commit

Permalink
tests : remove test-backend-ops (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Sep 27, 2024
1 parent 69339af commit 8feb375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2,572 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
#
Expand Down
Loading

0 comments on commit 8feb375

Please sign in to comment.