[tinyxml2] Fix build script and other minor fixes.

This commit is contained in:
Max Moroz 2017-09-06 16:06:59 -07:00
parent 942b5fbbe1
commit 20fc8716df
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2016 Google Inc.
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -1,4 +1,4 @@
# Copyright 2016 Google Inc.
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -14,8 +14,9 @@
#
################################################################################
make -j$(nproc) clean
make CXXFLAGS='' -j$(nproc) all
make -j$(nproc) all
$CXX $CXXFLAGS -std=c++11 -Iinclude/ $SRC/xmltest.cpp -o $OUT/xmltest -lFuzzingEngine $SRC/tinyxml2/libtinyxml2.a
$CXX $CXXFLAGS -std=c++11 -Iinclude/ $SRC/xmltest.cpp -o $OUT/xmltest \
-lFuzzingEngine $SRC/tinyxml2/libtinyxml2.a
cp $SRC/*.dict $SRC/*.options $OUT/

View File

@ -1,4 +1,4 @@
# Copyright 2016 Google Inc.
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.