mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Fix regression tests, which depend on libpng.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user