File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ proxy : test_proxy
4141
4242test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem
4343 $(CXX ) -o $@ -I.. $(CXXFLAGS ) test.cc include_httplib.cc $(TEST_ARGS )
44+ @file $@
4445
4546# Note: The intention of test_split is to verify that it works to compile and
4647# link the split httplib.h, so there is normally no need to execute it.
@@ -83,6 +84,7 @@ fuzz_test: server_fuzzer
8384# Fuzz target, so that you can choose which $(LIB_FUZZING_ENGINE) to use.
8485server_fuzzer : fuzzing/server_fuzzer.cc ../httplib.h standalone_fuzz_target_runner.o
8586 $(CXX ) -o $@ -I.. $(CXXFLAGS ) $< $(OPENSSL_SUPPORT ) $(ZLIB_SUPPORT ) $(BROTLI_SUPPORT ) $(LIB_FUZZING_ENGINE ) -pthread
87+ @file $@
8688
8789# Standalone fuzz runner, which just reads inputs from fuzzing/corpus/ dir and
8890# feeds it to server_fuzzer.
You can’t perform that action at this time.
0 commit comments