svn commit: r1920416 - /apr/apr-util/branches/1.7.x/test/Makefile.in
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jorton
Date: Tue Sep 3 08:23:43 2024
New Revision: 1920416
URL: http://svn.apache.org/viewvc?rev=1920416&view=rev
Log:
* test/Makefile.in: Fix "make check" not building memcachedmock.
Modified:
apr/apr-util/branches/1.7.x/test/Makefile.in
Modified: apr/apr-util/branches/1.7.x/test/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/test/Makefile.in?rev=1920416&r1=1920415&r2=1920416&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/test/Makefile.in (original)
+++ apr/apr-util/branches/1.7.x/test/Makefile.in Tue Sep 3 08:23:43 2024
@@ -20,6 +20,9 @@ TESTS = teststrmatch.lo testuri.lo testu
testmemcache.lo testcrypto.lo testsiphash.lo testredis.lo \
testjson.lo testjose.lo testbuffer.lo
+TESTALL_COMPONENTS = \
+ memcachedmock@EXEEXT@
+
PROGRAMS = $(STDTEST_PORTABLE)
TARGETS = $(PROGRAMS)