[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:
Bill Currie 2022-01-08 03:09:15 +09:00
parent ed6b84fbde
commit 420d55406f
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ check_PROGRAMS += \
$(test_progs_dat) \
$(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_LDADD= $(QFCC_LIBS)
tools_qfcc_test_test_defspace_DEPENDENCIES= $(QFCC_DEPS)