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 2016/11/17 22:26:46 UTC

svn commit: r1770284 - /apr/apr/branches/1.6.x/test/Makefile.win

Author: gsmith
Date: Thu Nov 17 22:26:46 2016
New Revision: 1770284

URL: http://svn.apache.org/viewvc?rev=1770284&view=rev
Log:
Win32: Add skiplist test to legacy build

Modified:
    apr/apr/branches/1.6.x/test/Makefile.win

Modified: apr/apr/branches/1.6.x/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/test/Makefile.win?rev=1770284&r1=1770283&r2=1770284&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/test/Makefile.win (original)
+++ apr/apr/branches/1.6.x/test/Makefile.win Thu Nov 17 22:26:46 2016
@@ -98,7 +98,8 @@ ALL_TESTS = $(INTDIR)\testutil.obj $(INT
 	$(INTDIR)\testsock.obj $(INTDIR)\testglobalmutex.obj \
 	$(INTDIR)\teststrnatcmp.obj $(INTDIR)\testfilecopy.obj \
 	$(INTDIR)\testtemp.obj $(INTDIR)\testlfs.obj \
-	$(INTDIR)\testcond.obj $(INTDIR)\testescape.obj
+	$(INTDIR)\testcond.obj $(INTDIR)\testescape.obj \
+	$(INTDIR)\testskiplist.obj
 
 CLEAN_DATA = testfile.tmp lfstests\large.bin \
 	data\testputs.txt data\testbigfprintf.dat \