Files
pam_panic/test/Makefile.am
T

9 lines
207 B
Makefile
Raw Normal View History

2018-05-11 04:03:19 +02:00
CFLAGS += -DTEST
2018-05-11 01:29:13 +02:00
bin_PROGRAMS = test
2018-05-11 04:18:34 +02:00
test_SOURCES = ../src/pam_panic/pam_panic_authdevice.c ../src/pam_panic/pam_panic_reject.c test.c
2018-05-11 01:29:13 +02:00
test_LDFLAGS = -lpam -lcunit
all:
@printf "Running test...\n"
./test