From 79d090b340f0f602d170136f8d401220958fcec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 26 Feb 2014 19:39:01 +0100 Subject: [PATCH] fix make target name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8485b281..ec09f9cca 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ test-ref-configs: # note: for coverage testing, build with: # CFLAGS='--coverage' make OFLAGS='-g3 -O0' -testcov: +covtest: make check # add programs/test/selftest even though the selftest functions are # called from the testsuites since it runs them in verbose mode,