aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_ct.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_ct.mk')
-rw-r--r--test/plugin_ct.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/plugin_ct.mk b/test/plugin_ct.mk
index 6c31f49..a1ecf82 100644
--- a/test/plugin_ct.mk
+++ b/test/plugin_ct.mk
@@ -1,10 +1,10 @@
# Common Test plugin.
-CT_TARGETS = $(call list_targets,ct)
+ct_TARGETS = $(call list_targets,ct)
-.PHONY: ct $(CT_TARGETS)
+.PHONY: ct $(ct_TARGETS)
-ct: $(CT_TARGETS)
+ct: $(ct_TARGETS)
ct-all: init