From 62a023ba570bac31a952d574f834249dee6c3d11 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 13 Jul 2016 22:50:15 +0200 Subject: Fix tests --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47ed44a..ada41d0 100644 --- a/Makefile +++ b/Makefile @@ -9,14 +9,14 @@ rebuild: clean all mrproper: clean run_tests: - bam - src/tests/run_tests.sh + rm build/tests/*.log + bam test run_qemu: all - qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 12 + qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 12