aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a9cc968..d542248 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,11 @@ lint: $(BIN)/staticcheck $(BIN)/misspell
clean:
rm -f $(BIN)/$(NAME) $(PAM_MODULE) $(TOOLS) coverage.out $(COVERAGE_FILES) $(PAM_CONFIG)
+###### Cgroup testdata ######
+.PHONY: gen-cgroup-testdata
+gen-cgroup-testdata:
+ bin/gen-cgroup-testdata
+
###### Go tests ######
.PHONY: test test-setup test-teardown