Commit a916116 1 parent 85b5cdd commit a916116 Copy full SHA for a916116
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ proxy : test_proxy
41
41
42
42
test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem
43
43
$(CXX ) -o $@ -I.. $(CXXFLAGS ) test.cc include_httplib.cc $(TEST_ARGS )
44
+ @file $@
44
45
45
46
# Note: The intention of test_split is to verify that it works to compile and
46
47
# link the split httplib.h, so there is normally no need to execute it.
@@ -83,6 +84,7 @@ fuzz_test: server_fuzzer
83
84
# Fuzz target, so that you can choose which $(LIB_FUZZING_ENGINE) to use.
84
85
server_fuzzer : fuzzing/server_fuzzer.cc ../httplib.h standalone_fuzz_target_runner.o
85
86
$(CXX ) -o $@ -I.. $(CXXFLAGS ) $< $(OPENSSL_SUPPORT ) $(ZLIB_SUPPORT ) $(BROTLI_SUPPORT ) $(LIB_FUZZING_ENGINE ) -pthread
87
+ @file $@
86
88
87
89
# Standalone fuzz runner, which just reads inputs from fuzzing/corpus/ dir and
88
90
# feeds it to server_fuzzer.
You can’t perform that action at this time.
0 commit comments