diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-15 15:53:08 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-15 15:53:08 -0400 |
commit | 3268b64dfa29ba3919c068b38369983638536616 (patch) | |
tree | b825c9b03674df19bff063971ee8550426e443ff /Makefile | |
parent | c82d3dce6e857fad8d0142a99e604e3e35af896d (diff) | |
download | bfs-3268b64dfa29ba3919c068b38369983638536616.tar.xz |
distcheck: Run all the checks
Oops.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -488,7 +488,7 @@ DISTCHECK_CONFIG_release := RELEASE=y ${DISTCHECKS}:: +${MAKE} -rs BUILDDIR=${BUILDDIR}/$@ config ${DISTCHECK_CONFIG_${@:distcheck-%=%}} - +${MAKE} -s BUILDDIR=${BUILDDIR}/$@ check TEST_FLAGS="--sudo --verbose=skipped posix/basic" + +${MAKE} -s BUILDDIR=${BUILDDIR}/$@ check TEST_FLAGS="--sudo --verbose=skipped" ## Packaging (`make install`) |