[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r1901213 - /apr/apr/trunk/CMakeLists.txt
From:       wrowe () apache ! org
Date:       2022-05-24 14:14:14
Message-ID: 20220524141414.41F5017A182 () svn01-us-east ! apache ! org
[Download RAW message or body]

Author: wrowe
Date: Tue May 24 14:14:13 2022
New Revision: 1901213

URL: http://svn.apache.org/viewvc?rev=1901213&view=rev
Log:
Followup to r1901212; Normalize ucs-4 to utf-32

Modified:
    apr/apr/trunk/CMakeLists.txt

Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1901213&r1=1901212&r2=1901213&view=diff
 ==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Tue May 24 14:14:13 2022
@@ -64,7 +64,7 @@ OPTION(APU_HAVE_CRYPTO      "Crypto supp
 OPTION(APU_HAVE_ICONV       "Xlate support"                OFF)
 OPTION(APR_HAVE_IPV6        "IPv6 support"                 ON)
 OPTION(INSTALL_PDB          "Install .pdb files (if generated)"  ON)
-OPTION(APR_BUILD_TESTAPR    "Build the test suite"         OFF)
+OPTION(APR_BUILD_TESTAPR    "Build the test suite"         ON)
 OPTION(TEST_STATIC_LIBS     "Test programs use APR static libraries instead of \
shared libraries?" OFF)  
 IF(NOT APU_USE_EXPAT AND NOT APU_USE_LIBXML2 AND NOT APU_USE_XMLLITE)
@@ -617,7 +617,7 @@ IF(APR_BUILD_TESTAPR)
     test/testshmproducer.c
     test/testshmconsumer.c
     test/tryread.c
-    test/internal/testucs.c
+    test/internal/testutf.c
   )
 
   FOREACH(sourcefile ${single_source_programs})
@@ -632,7 +632,7 @@ IF(APR_BUILD_TESTAPR)
   # Add tests for programs that run by themselves with no arguments.
   SET(simple_tests
     testmutexscope
-    testucs
+    testutf
   )
 
   FOREACH(simple ${simple_tests})


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic