You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2022/05/24 14:14:14 UTC

svn commit: r1901213 - /apr/apr/trunk/CMakeLists.txt

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})