Changeset c51e33a in mod_gnutls


Ignore:
Timestamp:
Jan 26, 2015, 7:25:58 AM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
8dcf888
Parents:
859667d
Message:

Run tests from separate scripts

Replace the run_tests.sh script with one script per test. The only
immediate advantage is that "make check" will show proper pass/fail
statistics and place test logs in separate files. Later on, this will
make it possible to manage test cases from Automake, like running test
cases using msva only when mod_gnutls is built with --enable-msva.

Location:
t
Files:
18 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • t/Makefile.am

    r859667d rc51e33a  
    1 TESTS = run_tests.sh
     1TESTS = test-00_basic.bash \
     2        test-01_serverwide_priorities.bash \
     3        test-02_cache_in_vhost.bash \
     4        test-03_cachetimeout_in_vhost.bash \
     5        test-04_basic_nosni.bash \
     6        test-05_mismatched-priorities.bash \
     7        test-06_verify_sni_a.bash \
     8        test-07_verify_sni_b.bash \
     9        test-08_verify_no_sni_fallback_to_first_vhost.bash \
     10        test-09_verify_no_sni_fails_with_wrong_order.bash \
     11        test-10_basic_client_verification.bash \
     12        test-11_basic_client_verification_fail.bash \
     13        test-12_cgi_variables.bash \
     14        test-13_cgi_variables_no_client_cert.bash \
     15        test-14_basic_openpgp.bash \
     16        test-15_basic_msva.bash \
     17        test-16_view-status.bash \
     18        test-17_cgi_vars_large_cert.bash
Note: See TracChangeset for help on using the changeset viewer.