From 6f9fb3668af5d1efa3445982866cb03d4d19e482 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 14 Apr 2013 20:28:56 +0000 Subject: [PATCH] Make use of the testsuite. ok sthen@ --- emulators/qemu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index c86d2a99592..ac9e099204b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.102 2013/04/01 13:40:32 brad Exp $ +# $OpenBSD: Makefile,v 1.103 2013/04/14 20:28:56 brad Exp $ ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 @@ -77,7 +77,7 @@ INSTALL_STRIP= CONFIGURE_ARGS+=--disable-debug-info .endif -NO_TEST= Yes +TEST_TARGET= check post-install: ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup \