# location of the corresponding gap installation
# it is only used by the test suite
# it cannot be moved to spkg-install as it can interfere
# with proper detection of PIC flags, notably with clang
# see #22784
CPPFLAGS="$CPPFLAGS"' -DSYS_DEFAULT_PATHS=\"'"$SAGE_LOCAL/gap/latest"'\"'

cd src
make check CPPFLAGS="$CPPFLAGS"

