diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index a98a848ec9..baf1d70ee8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -92,8 +92,6 @@ check-help: @echo "Default options are -k and (for make V=1) --verbose; they can be" @echo "changed with variable GTESTER_OPTIONS." -.SECONDARY: - SPEED = quick GTESTER_OPTIONS = -k $(if $(V),--verbose,-q) |