Changeset 65c18ce in mod_gnutls for test/Makefile.am


Ignore:
Timestamp:
Jan 26, 2015, 8:20:23 AM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
87208b5
Parents:
5951102
Message:

Run Monkeysphere based test case only when compiled with --enable-msva

With this change, the test suite can run successfully whether mod_gnutls
was built with --enable-msva or not. Note that this does not remove all
run time dependencies to Monkeysphere from non-msva test cases, e.g. the
test/runtests script still runs the Monkeysphere validation agent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r5951102 r65c18ce  
    1313        test-12_cgi_variables.bash \
    1414        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 \
     15        test-14_basic_openpgp.bash
     16if USE_MSVA
     17TESTS += test-15_basic_msva.bash
     18endif
     19TESTS += test-16_view-status.bash \
    1820        test-17_cgi_vars_large_cert.bash
    1921
Note: See TracChangeset for help on using the changeset viewer.