fix partial lib test

This commit is contained in:
Yann Collet
2020-10-23 10:27:12 -07:00
parent b5d4728713
commit ffe8d9e428
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -22,7 +22,6 @@ mustBeAbsent() {
}
# default compilation : all features enabled
make clean > /dev/null
$ECHO "testing default library compilation"
CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOID
nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog