test: Introduce isds_change_password
[libisds.git] / test / simline / Makefile.am
blob71d68770b9e796cbaa21add949889fedec7fb02f
1 AUTOMAKE_OPTIONS = color-tests parallel-tests
2 export VERBOSE=1
4 libdirpath = src
5 LIBDIR = $(top_srcdir)/$(libdirpath)
6 localedir = $(datadir)/locale
8 AM_CPPFLAGS = @XML_CPPFLAGS@
9 AM_CFLAGS = -I$(srcdir)/$(LIBDIR) -DSRCDIR=\"$(top_srcdir)\"
10 LDADD = $(LIBDIR)/libisds.la -L$(LIBDIR) @XML_LIBS@
12 # To fake home dir for gnupg2
13 export HOME=@top_builddir@
15 #TESTS = prepare_environment
16 TESTS =
18 if BUILD_CURL
19 TESTS += basic_authentication hotp_authentication totp_authentication \
20                  isds_change_password
21 endif
24 noinst_PROGRAMS = $(TESTS)
26 common = ../test.c ../test.h ../test-tools.h http.c http.h server.c server.h \
27                  service.c service.h services.h
29 # Access public API only
30 basic_authentication_SOURCES = basic_authentication.c $(common)
31 hotp_authentication_SOURCES = hotp_authentication.c $(common)
32 totp_authentication_SOURCES = totp_authentication.c $(common)
33 isds_change_password_SOURCES = isds_change_password.c $(common)
35 # Tests that need .gnupg
36 #guess_raw_type.log load_raw.log: prepare_environment.log
37 #prepare_environment_SOURCES = prepare_environment.c $(common)