qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v2 02/11] tests: lm32: new rule for single test cases


From: Michael Walle
Subject: [Qemu-devel] [PULL v2 02/11] tests: lm32: new rule for single test cases
Date: Mon, 14 Oct 2013 18:29:26 +0200

Introduce new target "check_%" to run indiviudal test caes, eg.
  make check_mmu

Signed-off-by: Michael Walle <address@hidden>
---
 tests/tcg/lm32/Makefile |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/tcg/lm32/Makefile b/tests/tcg/lm32/Makefile
index 9a00ef7..19e0664 100644
--- a/tests/tcg/lm32/Makefile
+++ b/tests/tcg/lm32/Makefile
@@ -101,5 +101,8 @@ check: $(CRT) $(SYS) $(TESTCASES)
                $(SIM) $(SIMFLAGS) ./$$case; \
        done
 
+check_%: test_%.tst $(CRT) $(SYS)
+       $(SIM) $(SIMFLAGS) $<
+
 clean:
        $(RM) -fr $(TESTCASES) $(CRT)
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]