Author: dsahlberg Date: Tue Jul 15 21:42:57 2025 New Revision: 1927255 URL: http://svn.apache.org/viewvc?rev=1927255&view=rev Log: Document how to run the slow running tests. (Plus an unrelated trailing whitespace trimming)
* README (1.1.3 Running the test suite), (1.2.4 Running the test suite): Document ENABLE_SLOW_TESTS Modified: serf/trunk/README Modified: serf/trunk/README URL: http://svn.apache.org/viewvc/serf/trunk/README?rev=1927255&r1=1927254&r2=1927255&view=diff ============================================================================== --- serf/trunk/README (original) +++ serf/trunk/README Tue Jul 15 21:42:57 2025 @@ -31,7 +31,7 @@ create a symlink for 'scons' in your PAT Fetch the scons-local package: http://prdownloads.sourceforge.net/scons/scons-local-2.3.5.tar.gz - + Alternatively create a virtual Python environment and install SCons via pip (replace the path ~/scons_venv with your preferred path): @@ -105,6 +105,11 @@ $ scons --help $ scons check +Some tests take a long time to run, for example a 4GB request. These can +be enabled by passing ENABLE_SLOW_TESTS on the command line: + +$ scons check ENABLE_SLOW_TESTS=1 + 1.1.4 Installing Apache Serf @@ -236,6 +241,11 @@ or, on Windows using the Visual Studio g $ cmake --build out --config Release --target run_tests ) +Some tests take a long time to run, for example a 4GB request. These can +be enabled by passing ENABLE_SLOW_TESTS on the command line: + +$ cmake -DENABLE_SLOW_TESTS=ON + 1.2.5 Installing Apache Serf