You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2017/06/09 00:52:51 UTC

svn commit: r1798168 - /subversion/trunk/build.conf

Author: philip
Date: Fri Jun  9 00:52:51 2017
New Revision: 1798168

URL: http://svn.apache.org/viewvc?rev=1798168&view=rev
Log:
* build.conf 
  (__ALL_TESTS__} Add afl-x509.
  (afl-x509): Add, and mark skip.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1798168&r1=1798167&r2=1798168&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Fri Jun  9 00:52:51 2017
@@ -1563,7 +1563,7 @@ libs = __ALL__
        conflict-data-test db-test pristine-store-test entries-compat-test
        op-depth-test dirent_uri-test wc-queries-test wc-test
        auth-test
-       parse-diff-test x509-test xml-test
+       parse-diff-test x509-test xml-test afl-x509
 
 [__MORE__]
 type = project
@@ -1714,3 +1714,12 @@ type = exe
 path = tools/client-side/svnconflict
 install = tools
 libs = libsvn_client libsvn_wc libsvn_ra libsvn_subr apriconv apr
+
+[afl-x509]
+description = AFL fuzzer for x509 parser
+type = exe
+path = subversion/tests/afl
+sources = afl-x509.c
+install = test
+libs = libsvn_subr apr
+testing = skip