Skip to content

Commit a916116

Browse files
Run 32-bit compiled unit tests on Ubuntu
1 parent 85b5cdd commit a916116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ proxy : test_proxy
4141

4242
test : 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.
8485
server_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.

0 commit comments

Comments
 (0)