Tests pass!
authorBen Laurie <ben@links.org>
Sun, 5 May 2013 15:15:34 +0000 (16:15 +0100)
committerBen Laurie <ben@links.org>
Sun, 5 May 2013 15:15:34 +0000 (16:15 +0100)
test/Makefile
util/pl/unix.pl

index 6e07ddcd72e9982298f944679852fb03199615e6..f8ffc52f21fdc7399892745e108c17cb8336bda6 100644 (file)
@@ -330,7 +330,8 @@ test_engine: $(ENGINETEST)
        ../util/shlib_wrap.sh ./$(ENGINETEST)
 
 test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \
        ../util/shlib_wrap.sh ./$(ENGINETEST)
 
 test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \
-               intP1.ss intP2.ss
+               intP1.ss intP2.ss $(SSLTEST) testssl testsslproxy \
+               ../apps/server2.pem
        @echo "test SSL protocol"
        ../util/shlib_wrap.sh ./$(SSLTEST) -test_cipherlist
        @sh ./testssl keyU.ss certU.ss certCA.ss
        @echo "test SSL protocol"
        ../util/shlib_wrap.sh ./$(SSLTEST) -test_cipherlist
        @sh ./testssl keyU.ss certU.ss certCA.ss
index b76981dc55d1bee5ccd213b8ebdd9c59037d93fe..dedfe611a5ab7c7c015e53294d9856fdbfadb263 100644 (file)
@@ -393,6 +393,8 @@ sub get_tests
                 'testrsa.pem',
                 'testsid.pem',
                 'testss',
                 'testrsa.pem',
                 'testsid.pem',
                 'testss',
+                'testssl',
+                'testsslproxy',
               );
   my $copies = copy_scripts(1, 'test', @copies);
   $copies .= copy_scripts(0, 'test', ('smcont.txt'));
               );
   my $copies = copy_scripts(1, 'test', @copies);
   $copies .= copy_scripts(0, 'test', ('smcont.txt'));
@@ -404,6 +406,7 @@ sub get_tests
 
   my @apps = ( 'CA.sh',
               'openssl.cnf',
 
   my @apps = ( 'CA.sh',
               'openssl.cnf',
+              'server2.pem',
             );
   $copies .= copy_scripts(1, 'apps', @apps);
 
             );
   $copies .= copy_scripts(1, 'apps', @apps);