test: Move simulated login tests to basic_authentication
[libisds.git] / test / simline / Makefile.am
blobf26a9c37f4fb29d3cdd6f4c4636fe77ef786cc10
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
20 endif
23 noinst_PROGRAMS = $(TESTS)
25 common = ../test.c ../test.h ../test-tools.h http.c http.h server.c server.h
27 # Access public API only
28 basic_authentication_SOURCES = basic_authentication.c $(common)
30 # Tests that need .gnupg
31 #guess_raw_type.log load_raw.log: prepare_environment.log
32 #prepare_environment_SOURCES = prepare_environment.c $(common)