mirror of
https://github.com/RPCS3/pugixml.git
synced 2026-01-31 01:25:21 +01:00
Fix Jamfile (exclude fuzz_*.cpp)
This commit is contained in:
@@ -88,7 +88,9 @@ for CONFIG in $(CONFIGURATIONS)
|
||||
|
||||
# build tests
|
||||
local TESTS = $(CFGBUILD)/tests.exe ;
|
||||
Application $(TESTS) : [ Glob tests : *.cpp ] : $(CFGFLAGS) : $(PUGIXML) ;
|
||||
local TEST_SOURCES = [ Glob tests : *.cpp ] ;
|
||||
TEST_SOURCES -= [ Glob tests : fuzz_*.cpp ] ;
|
||||
Application $(TESTS) : $(TEST_SOURCES) : $(CFGFLAGS) : $(PUGIXML) ;
|
||||
Alias tests : $(TESTS) ;
|
||||
|
||||
# run tests
|
||||
|
||||
Reference in New Issue
Block a user