mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
64f51bda6e
again... This covers only the basic check with a build in debian, but it's a good start.
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)
|