Skip to content
Snippets Groups Projects
Commit b45b5e8f authored by Lukas Braun's avatar Lukas Braun
Browse files

Add test_pam_goatherd make target

parent 7f4df651
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,10 @@ goatherd: goatherd.go
test_pg: goatherd.go goatherd_test.go test_pg.sh
sh test_pg.sh
test: test_pg
test_pam_goatherd: goatherd pam_goatherd.so test_pam_goatherd.sh
sh test_pam_goatherd.sh
test: test_pg test_pam_goatherd
pam_goatherd.so: pam_goatherd.o
$(LINK.c) -lpam -lgnutls -Wl,-soname,$@ -shared $< -o $@
......@@ -26,4 +29,4 @@ install_daemon: goatherd
install: install_pam install_daemon
.PHONY: all clean test test_pg install install_daemon install_pam
.PHONY: all clean test test_pg test_pam_goatherd install install_daemon install_pam
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment