aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-10 11:45:34 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-10 11:45:34 +0100
commitb8f0f414f16371299ea93c6f84d5e41886bcf9e4 (patch)
treebcf7b1e65881251d14247a35f6005b9bffdf3d54 /test-suite/Makefile
parentb6296c62d391b789dd80e90209a3498f733ae10a (diff)
typo
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index ccbb4a44b..00a0c2b7c 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -140,7 +140,7 @@ summary:
$(call summary_dir, "Module tests", modules); \
$(call summary_dir, "STM tests", stm); \
$(call summary_dir, "IDE tests", ide); \
- $(call summary_dir, "IDE tests", vi); \
+ $(call summary_dir, "VI tests", vi); \
nb_success=`find . -name '*.log' -exec tail -n2 '{}' \; | grep -e $(log_success) | wc -l`; \
nb_failure=`find . -name '*.log' -exec tail -n2 '{}' \; | grep -e $(log_failure) | wc -l`; \
nb_tests=`expr $$nb_success + $$nb_failure`; \