Skip to content

Commit

Permalink
Merge pull request #175 from mckurt/mckurt/S3-support
Browse files Browse the repository at this point in the history
QFS-320 pass an argument to qfstest.sh within the Makefile
  • Loading branch information
mikeov authored Aug 5, 2016
2 parents 4868cea + 85bc5a1 commit 694cc44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
BUILD_TYPE ?= debug
CMAKE_OPTIONS ?= -D CMAKE_BUILD_TYPE=RelWithDebInfo
MAKE_OPTIONS ?=
QFSTEST_OPTIONS ?=

.PHONY: all
all: build
Expand Down Expand Up @@ -87,7 +88,7 @@ python: build

.PHONY: test
test: build
cd build/${BUILD_TYPE} && ../../src/test-scripts/qfstest.sh
cd build/${BUILD_TYPE} && ../../src/test-scripts/qfstest.sh ${QFSTEST_OPTIONS}

.PHONY: gtest
gtest: build
Expand Down

0 comments on commit 694cc44

Please sign in to comment.