Skip to content

Commit

Permalink
Actually implement --build-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Mar 6, 2019
1 parent df7009d commit 38fcc0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ while [ -n "$1" ]; do
--build-clang)
BUILD=1
;;
--build-tests)
CMAKE_ARGS="${CMAKE_ARGS} -DBUILD_TESTING=1"
;;
--without-tests)
CMAKE_ARGS="${CMAKE_ARGS} -DBUILD_TESTING=0"
;;
Expand Down

0 comments on commit 38fcc0f

Please sign in to comment.