mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-09 19:57:15 -05:00
30 lines
757 B
Makefile
30 lines
757 B
Makefile
testexes += iidxhook-config-iidxhook1-test
|
|
|
|
srcdir_iidxhook-config-iidxhook1-test := src/test/iidxhook
|
|
|
|
libs_iidxhook-config-iidxhook1-test := \
|
|
cconfig \
|
|
iidxhook1 \
|
|
test \
|
|
util \
|
|
|
|
src_iidxhook-config-iidxhook1-test := \
|
|
iidxhook-config-iidxhook1-test.c \
|
|
|
|
################################################################################
|
|
|
|
testexes += iidxhook-config-iidxhook2-test
|
|
|
|
srcdir_iidxhook-config-iidxhook2-test := src/test/iidxhook
|
|
|
|
libs_iidxhook-config-iidxhook2-test := \
|
|
iidxhook2 \
|
|
cconfig \
|
|
test \
|
|
util \
|
|
|
|
src_iidxhook-config-iidxhook2-test := \
|
|
iidxhook-config-iidxhook2-test.c \
|
|
|
|
################################################################################
|