From b16dc856a89f03bfe3ea13bb1f4d2545df5a6cef Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 2 Nov 2014 08:21:34 +0800 Subject: [PATCH] Makefile: check target should also run test_iter --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52954aac..9eead1e3 100644 --- a/Makefile +++ b/Makefile @@ -409,11 +409,11 @@ dist: TESTS = test test_detail test_arm test_arm64 test_mips test_ppc test_sparc -TESTS += test_systemz test_x86 test_xcore +TESTS += test_systemz test_x86 test_xcore test_iter TESTS += test.static test_detail.static test_arm.static test_arm64.static TESTS += test_mips.static test_ppc.static test_sparc.static TESTS += test_systemz.static test_x86.static test_xcore.static -TESTS += test_skipdata test_skipdata.static +TESTS += test_skipdata test_skipdata.static test_iter.static check: @for t in $(TESTS); do \ echo Check $$t ... ; \