fix partial-build test
sometimes, the scope difference is solely determined by the list of source files, not by the flags.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user