mirror of
https://github.com/eledio-devices/thirdparty-miniz.git
synced 2025-10-30 16:15:41 +01:00
Fix test
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user