You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by iv...@apache.org on 2019/04/28 18:35:19 UTC

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

Author: ivan
Date: Sun Apr 28 18:35:19 2019
New Revision: 1858336

URL: http://svn.apache.org/viewvc?rev=1858336&view=rev
Log:
Register test/testjson.c and test/testjose.c in CMake build.

Modified:
    apr/apr/trunk/CMakeLists.txt

Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1858336&r1=1858335&r2=1858336&view=diff
==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Sun Apr 28 18:35:19 2019
@@ -381,6 +381,8 @@ SET(APR_TEST_SOURCES
   test/testglobalmutex.c
   test/testhash.c
   test/testhooks.c
+  test/testjson.c
+  test/testjose.c
   test/testipsub.c
   test/testlfs.c
   test/testlfsabi.c