You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2015/03/16 08:15:33 UTC

svn commit: r1666877 - /apr/apr/trunk/test/Makefile.win

Author: gsmith
Date: Mon Mar 16 07:15:33 2015
New Revision: 1666877

URL: http://svn.apache.org/r1666877
Log:
Add testescape to windows test

Modified:
    apr/apr/trunk/test/Makefile.win

Modified: apr/apr/trunk/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.win?rev=1666877&r1=1666876&r2=1666877&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.win (original)
+++ apr/apr/trunk/test/Makefile.win Mon Mar 16 07:15:33 2015
@@ -91,6 +91,7 @@ ALL_TESTS = \
 	$(INTDIR)\testdso.obj \
 	$(INTDIR)\testdup.obj \
 	$(INTDIR)\testenv.obj \
+	$(INTDIR)\testescape.obj \
 	$(INTDIR)\testfile.obj \
 	$(INTDIR)\testfilecopy.obj \
 	$(INTDIR)\testfileinfo.obj \