mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-08 00:32:11 +00:00
17 lines
430 B
Text
17 lines
430 B
Text
libs_entity_tests = \
|
|
libs/entity/test/test-hierarchy
|
|
|
|
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
|
|
libs_entity_test_test_hierarchy_LDADD= \
|
|
$(libs_entity_test_libs)
|
|
libs_entity_test_test_hierarchy_DEPENDENCIES= \
|
|
$(libs_entity_test_libs)
|