aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_c_src.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_c_src.mk')
-rw-r--r--test/plugin_c_src.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/plugin_c_src.mk b/test/plugin_c_src.mk
index 5e4e7fe..68a3a97 100644
--- a/test/plugin_c_src.mk
+++ b/test/plugin_c_src.mk
@@ -1,7 +1,6 @@
# C source plugin.
-C_SRC_CASES = cpp custom dir env nif port
-C_SRC_TARGETS = $(addprefix c-src-,$(C_SRC_CASES))
+C_SRC_TARGETS = $(call list_targets,c-src)
.PHONY: c-src $(C_SRC_TARGETS)