Fix test
This commit is contained in:
parent
cb97387d20
commit
08f2c2d7e3
5
test.sh
5
test.sh
@ -4,6 +4,11 @@ set -e
|
|||||||
|
|
||||||
. amalgamate.sh
|
. amalgamate.sh
|
||||||
|
|
||||||
|
cat << "EOF" > miniz_export.h
|
||||||
|
#ifndef MINIZ_EXPORT
|
||||||
|
#define MINIZ_EXPORT
|
||||||
|
#endif
|
||||||
|
EOF
|
||||||
g++ tests/miniz_tester.cpp tests/timer.cpp amalgamation/miniz.c -o miniz_tester -I. -ggdb -O2
|
g++ tests/miniz_tester.cpp tests/timer.cpp amalgamation/miniz.c -o miniz_tester -I. -ggdb -O2
|
||||||
|
|
||||||
for i in 1 2 3 4 5 6
|
for i in 1 2 3 4 5 6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user