Skip to content

Commit

Permalink
build: call make target "test" instead of "check"
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Feb 19, 2019
1 parent 4b21b04 commit 980a5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/scripts/setup
Expand Up @@ -60,7 +60,7 @@ make -C build ${MAKEOPT}
check_exit_code check_exit_code
make -C build install make -C build install
check_exit_code check_exit_code
make -C build ${MAKEOPT} check make -C build ${MAKEOPT} test
check_exit_code check_exit_code


# TargetDirectories for gcov # TargetDirectories for gcov
Expand Down

0 comments on commit 980a5b1

Please sign in to comment.