9 lines
214 B
Makefile
9 lines
214 B
Makefile
bin_PROGRAMS = test
|
|
test_SOURCES = test.h ../src/pam_panic/pam_panic_authdevice.c ../src/pam_panic/pam_panic_reject.c test.c
|
|
test_LDFLAGS = -lpam -lcunit
|
|
|
|
all:
|
|
@printf "Running test...\n"
|
|
./test
|
|
@printf "OK!\n"
|