File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ TEST_SRC = $(wildcard $(TEST_DIR)/*.c)
7676TEST_FILES = $(SRC_FILES ) $(TEST_SRC ) $(wildcard $(SQLITE_DIR ) /* .c)
7777RELEASE_OBJ = $(patsubst % .c, $(BUILD_RELEASE ) /% .o, $(notdir $(SRC_FILES ) ) )
7878TEST_OBJ = $(patsubst % .c, $(BUILD_TEST ) /% .o, $(notdir $(TEST_FILES ) ) )
79- COV_FILES = $(filter-out $(SRC_DIR ) /lz4.c $(NETWORK_DIR ) /network.c $(SQLITE_IMPL_DIR ) /sql_sqlite.c $(POSTGRES_IMPL_DIR ) /database_postgresql.c, $(SRC_FILES ) )
79+ COV_FILES = $(filter-out $(SRC_DIR ) /lz4.c $(NETWORK_DIR ) /network.c $(SQLITE_IMPL_DIR ) /sql_sqlite.c $(POSTGRES_IMPL_DIR ) /database_postgresql.c $( FI_SRC ) , $(SRC_FILES ) )
8080CURL_LIB = $(CURL_DIR ) /$(PLATFORM ) /libcurl.a
8181TEST_TARGET = $(patsubst % .c,$(DIST_DIR ) /% $(EXE ) , $(notdir $(TEST_SRC ) ) )
8282
You can’t perform that action at this time.
0 commit comments