Skip to content

Commit 1500387

Browse files
committed
Make a FEATURES variable for build-tests Makefile target
If it is not set it will default to the default features. Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 50bb7a4 commit 1500387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ build:
140140
build-tests:
141141
PKG_CONFIG_ALLOW_CROSS=1 \
142142
RUSTFLAGS="${RUSTFLAGS}" \
143-
cargo ${TEST} --no-run ${RELEASE_FLAG} ${TARGET_ARGS}
143+
cargo ${TEST} --no-run ${RELEASE_FLAG} ${${FEATURES}} ${TARGET_ARGS}
144144

145145
## Build stratis-utils only
146146
build-utils:

0 commit comments

Comments
 (0)