From 236983125ffb300bb68bd5d56107750118e5fe96 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 5 Jul 2020 21:28:14 +0200 Subject: Use password file for authentication. --- test/Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 3e962ee..b2fe011 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ # Rules for the test code (use `make check` to execute) if ENABLE_TESTS -TESTS = logintest xmlencodetest connectionhandlertest nodetreetest +TESTS = logintest xmlencodetest connectionhandlertest nodetreetest acltest EXTRA_DIST = \ dgunit.h \ @@ -52,4 +52,16 @@ nodetreetest_SOURCES = \ nodetreetest.cc \ dgtest.cc +acltest_CXXFLAGS = -DOUTPUT=\"acltest\" \ + $(DEBUG_FLAGS) \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/argon2/include +acltest_LDFLAGS = $(top_builddir)/src/libargon2.la +acltest_SOURCES = \ + $(top_srcdir)/src/acl.cc \ + $(top_srcdir)/src/hash.cc \ + scopedfile.cc \ + acltest.cc \ + dgtest.cc + endif -- cgit v1.2.3