mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-02 17:12:55 +00:00
20 lines
442 B
Text
20 lines
442 B
Text
|
libs_entity_tests = \
|
||
|
libs/entity/test/test-hierarchy \
|
||
|
$e
|
||
|
|
||
|
TESTS += $(libs_entity_tests)
|
||
|
|
||
|
check_PROGRAMS += $(libs_entity_tests)
|
||
|
|
||
|
libs_entity_test_libs= \
|
||
|
libs/entity/libQFentity.la \
|
||
|
libs/util/libQFutil.la
|
||
|
|
||
|
libs_entity_test_test_hierarchy_SOURCES= \
|
||
|
libs/entity/test/test-hierarchy.c \
|
||
|
$e
|
||
|
libs_entity_test_test_hierarchy_LDADD= \
|
||
|
$(libs_entity_test_libs)
|
||
|
libs_entity_test_test_hierarchy_DEPENDENCIES= \
|
||
|
$(libs_entity_test_libs)
|