From 420d55406f166046e4dd3c2c7daee7d5dfb2b60b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 8 Jan 2022 03:09:15 +0900 Subject: [PATCH] [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. --- tools/qfcc/test/Makemodule.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qfcc/test/Makemodule.am b/tools/qfcc/test/Makemodule.am index d5929e0a6..5d58abb99 100644 --- a/tools/qfcc/test/Makemodule.am +++ b/tools/qfcc/test/Makemodule.am @@ -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)