pam_panic/test/Makefile.am

12 lines
299 B
Makefile
Raw Normal View History

2018-10-01 18:40:56 +00:00
AM_CPPFLAGS = -DTEST
bin_PROGRAMS = test
2018-09-29 23:40:17 +00:00
test_SOURCES = ../src/pam_panic/pam_panic_authdevice.c ../src/pam_panic/pam_panic_reject.c ../src/pam_panic_pw/pam_panic_pw.c test.c
test_LDFLAGS = -lpam -lcrypt -lcunit
all:
@printf "Running test...\n"
./test
2018-09-29 23:40:17 +00:00
@printf "Cleaning up...\n"
$(RM) ./pwfile