File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ ifndef INCLUDE_FOR_CLI
171171endif
172172
173173ifndef INCLUDE_FOR_TEST
174- INCLUDE_FOR_TEST =-Ilib -Ifrontend -Icli -isystem externals/simplecpp -isystem externals/tinyxml2 -isystem externals/picojson
174+ INCLUDE_FOR_TEST =-Ilib -Ifrontend -Icli -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2
175175endif
176176
177177BIN =$(DESTDIR )$(PREFIX ) /bin
@@ -835,7 +835,7 @@ test/testprocessexecutor.o: test/testprocessexecutor.cpp cli/executor.h cli/proc
835835test/testprogrammemory.o : test/testprogrammemory.cpp lib/addoninfo.h lib/check.h lib/checkers.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/library.h lib/mathlib.h lib/path.h lib/platform.h lib/programmemory.h lib/settings.h lib/standards.h lib/templatesimplifier.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/vfvalue.h test/fixture.h test/helpers.h
836836 $(CXX ) ${INCLUDE_FOR_TEST} $(CPPFLAGS ) $(CXXFLAGS ) -c -o $@ test/testprogrammemory.cpp
837837
838- test/testsarif.o : test/testsarif.cpp lib/config.h lib/json.h test/fixture.h test/helpers.h
838+ test/testsarif.o : test/testsarif.cpp externals/picojson/picojson.h lib/addoninfo.h lib/check.h lib/checkers.h lib/color.h lib/ config.h lib/errorlogger.h lib/errortypes.h lib/ json.h lib/library.h lib/mathlib.h lib/path.h lib/platform.h lib/settings.h lib/standards.h lib/tokenize.h lib/tokenlist.h lib/utils .h test/fixture.h test/helpers.h
839839 $(CXX ) ${INCLUDE_FOR_TEST} $(CPPFLAGS ) $(CXXFLAGS ) -c -o $@ test/testsarif.cpp
840840
841841test/testsettings.o : test/testsettings.cpp lib/addoninfo.h lib/check.h lib/checkers.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/library.h lib/mathlib.h lib/path.h lib/platform.h lib/settings.h lib/standards.h lib/suppressions.h lib/tokenize.h lib/tokenlist.h lib/utils.h test/fixture.h test/helpers.h
Original file line number Diff line number Diff line change 8686 <ClCompile Include =" testpreprocessor.cpp" />
8787 <ClCompile Include =" testprocessexecutor.cpp" />
8888 <ClCompile Include =" testprogrammemory.cpp" />
89+ <ClCompile Include =" testsarif.cpp" />
8990 <ClCompile Include =" testsettings.cpp" />
9091 <ClCompile Include =" testsimplifytemplate.cpp" />
9192 <ClCompile Include =" testsimplifytokens.cpp" />
Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ int main(int argc, char **argv)
754754 makeConditionalVariable (fout, " INCLUDE_FOR_LIB" , " -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2" );
755755 makeConditionalVariable (fout, " INCLUDE_FOR_FE" , " -Ilib" );
756756 makeConditionalVariable (fout, " INCLUDE_FOR_CLI" , " -Ilib -Ifrontend -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2" );
757- makeConditionalVariable (fout, " INCLUDE_FOR_TEST" , " -Ilib -Ifrontend -Icli -isystem externals/simplecpp -isystem externals/tinyxml2" );
757+ makeConditionalVariable (fout, " INCLUDE_FOR_TEST" , " -Ilib -Ifrontend -Icli -isystem externals/picojson -isystem externals/ simplecpp -isystem externals/tinyxml2" );
758758
759759 fout << " BIN=$(DESTDIR)$(PREFIX)/bin\n\n " ;
760760 fout << " # For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml on Linux\n " ;
You can’t perform that action at this time.
0 commit comments