Deleted Added
full compact
Makefile.in (302408) Makefile.in (362181)
1srcdir = @srcdir@
2VPATH = @srcdir@
3
4# PROGRAMS includes all test programs built on this platform.
5# STDTEST_PORTABLE
6# test programs invoked via standard user interface, run on all platforms
7# ALL_TESTS
8# test modules invoked through the abts suite (./testall)
9# OTHER_PROGRAMS
10# programs such as sockperf, that have to be invoked in a special sequence
11# or with special parameters
12
13INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
14
15STDTEST_PORTABLE = dbd testall
16
17TESTS = teststrmatch.lo testuri.lo testuuid.lo testbuckets.lo testpass.lo \
18 testmd4.lo testmd5.lo testldap.lo testdate.lo testdbm.lo testdbd.lo \
19 testxml.lo testrmm.lo testreslist.lo testqueue.lo testxlate.lo \
1srcdir = @srcdir@
2VPATH = @srcdir@
3
4# PROGRAMS includes all test programs built on this platform.
5# STDTEST_PORTABLE
6# test programs invoked via standard user interface, run on all platforms
7# ALL_TESTS
8# test modules invoked through the abts suite (./testall)
9# OTHER_PROGRAMS
10# programs such as sockperf, that have to be invoked in a special sequence
11# or with special parameters
12
13INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
14
15STDTEST_PORTABLE = dbd testall
16
17TESTS = teststrmatch.lo testuri.lo testuuid.lo testbuckets.lo testpass.lo \
18 testmd4.lo testmd5.lo testldap.lo testdate.lo testdbm.lo testdbd.lo \
19 testxml.lo testrmm.lo testreslist.lo testqueue.lo testxlate.lo \
20 testmemcache.lo testcrypto.lo
20 testmemcache.lo testcrypto.lo testsiphash.lo testredis.lo
21
22PROGRAMS = $(STDTEST_PORTABLE)
23
24TARGETS = $(PROGRAMS)
25
26LOCAL_LIBS = ../lib@APRUTIL_LIBNAME@@APRUTIL_MAJOR_VERSION@.la
27
28CLEAN_TARGETS = manyfile.bin testfile.txt data/sqlite*.db

--- 62 unchanged lines hidden ---
21
22PROGRAMS = $(STDTEST_PORTABLE)
23
24TARGETS = $(PROGRAMS)
25
26LOCAL_LIBS = ../lib@APRUTIL_LIBNAME@@APRUTIL_MAJOR_VERSION@.la
27
28CLEAN_TARGETS = manyfile.bin testfile.txt data/sqlite*.db

--- 62 unchanged lines hidden ---