Fix regression tests, which depend on libpng.

This commit is contained in:
bentley
2020-09-06 22:33:59 +00:00
parent 81aa067f76
commit 0216663558
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2020/08/30 20:18:25 rsadowski Exp $
# $OpenBSD: Makefile,v 1.25 2020/09/06 22:33:59 bentley Exp $
COMMENT = highly accurate Game Boy Color emulator
@@ -27,10 +27,12 @@ MODULES = lang/python
SEPARATE_BUILD = No
BUILD_DEPENDS = graphics/png
LIB_DEPENDS = ${MODGCC4_CPPLIBDEP} \
devel/sdl
TEST_DEPENDS = graphics/png
TEST_TARGET = check
MAKE_FILE = ${FILESDIR}/Makefile
+2 -2
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2015/12/22 04:20:22 bentley Exp $
# $OpenBSD: Makefile,v 1.2 2020/09/06 22:33:59 bentley Exp $
# https://github.com/sinamas/gambatte/pull/6
.SUFFIXES: .c .cpp .o
@@ -99,7 +99,7 @@ TEST_GBS = \
test/hwtests/*/*/*.gb* \
test/hwtests/*/*/*/*.gb*
test: $(TEST)
check: $(TEST)
$(PYTHON) test/qdgbas.py \
test/hwtests/*.asm \
test/hwtests/*/*.asm \