Commit 188f6443 authored by Ben Laurie's avatar Ben Laurie
Browse files

Make OCSP test work.

parent 3675fb88
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -382,7 +382,8 @@ sub get_tests
	     );
	     );
  $copies .= copy_scripts('apps', @apps);
  $copies .= copy_scripts('apps', @apps);


  $scripts = "test_scripts: \$(TEST_D)/CA.sh \$(TEST_D)/opensslwrap.sh \$(TEST_D)/openssl.cnf\n";
  $scripts = "test_scripts: \$(TEST_D)/CA.sh \$(TEST_D)/opensslwrap.sh \$(TEST_D)/openssl.cnf ocsp\n";
  $scripts .= "\nocsp:\n\tcp -R test/ocsp-tests \$(TEST_D)\n";


  return "$scripts\n$copies\n$tests\n$all\n\n$each";
  return "$scripts\n$copies\n$tests\n$all\n\n$each";
  }
  }