diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |