xref: /xnu-8792.81.2/tests/recount/Makefile (revision 19c3b8c28c31cb8130e034cfb5df6bf9ba342d90)
1*19c3b8c2SApple OSS DistributionsRECOUNT_UTILS = recount/recount_test_utils.c
2*19c3b8c2SApple OSS DistributionsEXCLUDED_SOURCES += $(RECOUNT_UTILS)
3*19c3b8c2SApple OSS Distributions
4*19c3b8c2SApple OSS Distributionsrecount/thread_selfcounts_tests: $(RECOUNT_UTILS)
5*19c3b8c2SApple OSS Distributionsrecount/thread_selfcounts_tests: OTHER_CFLAGS += -l darwintest_utils
6*19c3b8c2SApple OSS Distributionsrecount/rusage_tests: $(RECOUNT_UTILS)
7*19c3b8c2SApple OSS Distributionsrecount/rusage_tests: OTHER_CFLAGS += -l darwintest_utils
8*19c3b8c2SApple OSS Distributionsrecount/recount_tests: $(RECOUNT_UTILS)
9*19c3b8c2SApple OSS Distributionsrecount/recount_tests: OTHER_CFLAGS += -l darwintest_utils
10*19c3b8c2SApple OSS Distributionsrecount/recount_perf_tests: $(RECOUNT_UTILS)
11*19c3b8c2SApple OSS Distributionsrecount/recount_perf_tests: OTHER_CFLAGS += -l darwintest_utils
12*19c3b8c2SApple OSS Distributionsrecount/recount_perf_tests: OTHER_CFLAGS += -Wno-bad-function-cast
13