mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qfcc] Add a rule to build the qfcc tests
This makes it easier to build and run (by hand) the tests when things aren't working.
This commit is contained in:
parent
ed6b84fbde
commit
420d55406f
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ check_PROGRAMS += \
|
||||||
$(test_progs_dat) \
|
$(test_progs_dat) \
|
||||||
$(test_bins)
|
$(test_bins)
|
||||||
|
|
||||||
|
qfcc-tests: tools/qfcc/test/test-harness $(test_progs_dat) $(test_bins)
|
||||||
|
|
||||||
tools_qfcc_test_test_defspace_SOURCES= tools/qfcc/test/test-defspace.c $(test_defspace_src)
|
tools_qfcc_test_test_defspace_SOURCES= tools/qfcc/test/test-defspace.c $(test_defspace_src)
|
||||||
tools_qfcc_test_test_defspace_LDADD= $(QFCC_LIBS)
|
tools_qfcc_test_test_defspace_LDADD= $(QFCC_LIBS)
|
||||||
tools_qfcc_test_test_defspace_DEPENDENCIES= $(QFCC_DEPS)
|
tools_qfcc_test_test_defspace_DEPENDENCIES= $(QFCC_DEPS)
|
||||||
|
|
Loading…
Reference in a new issue