commit | 1d7cc08af1c87c0f5754b466466ddcf24408e0c7 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Nov 10 19:50:34 2022 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Nov 10 19:52:28 2022 +0100 |
tree | 75a1c5d1fda2e076bdfe7e83dcc4003eccf46f08 | |
parent | 0c3f5f14711198f39e6870caf3c57dfc27457d8c [diff] |
Add target to generated all .c (and .datax) files Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/Makefile b/tests/Makefile index 7c08f54..28501c9 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -163,6 +163,7 @@ $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $< C_FILES := $(addsuffix .c,$(APPS)) +c: $(C_FILES) # Wildcard target for test code generation: # A .c file is generated for each .data file in the suites/ directory. Each .c