Remove duplication of TESTS and BENCHMARKS in example

Probably the result of some rebase :-(
This commit is contained in:
Christophe de Dinechin 2018-11-09 19:25:29 +01:00
parent ce6b35154a
commit cfff8871b6
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@ TESTS=product count-characters
# Define what to benchmark
BENCHMARKS=product
# Define what to test
TESTS=product count-characters
# Define what to benchmark
BENCHMARKS=product
# Include the makefile rules
MIQ=make-it-quick/
include $(MIQ)rules.mk