Changeset 459a982 in mod_gnutls
- Timestamp:
- Jan 5, 2020, 7:03:47 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- 5ea6c14
- Parents:
- 1fe7cac
- git-author:
- Fiona Klute <fiona.klute@…> (01/05/20 06:10:43)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/05/20 07:03:47)
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r1fe7cac r459a982 1 1 SUBDIRS = tests 2 2 3 test_scripts = test-00_basic.bash \ 3 test_scripts = doctest-mgstest.py \ 4 test-00_basic.bash \ 4 5 test-01_serverwide_priorities.bash \ 5 6 test-02_cache_in_vhost.bash \ … … 39 40 test-34_TLS_reverse_proxy_h2.bash 40 41 41 TEST_EXTENSIONS = .bash 42 TEST_EXTENSIONS = .bash .py 43 PY_LOG_COMPILER = $(PYTHON) 42 44 TESTS = $(test_scripts) 43 45 … … 58 60 # Python tools for tests 59 61 noinst_PYTHON = https-test-client.py mgstest/http.py mgstest/__init__.py \ 60 mgstest/hooks.py mgstest/services.py mgstest/tests.py runtest.py 62 mgstest/hooks.py mgstest/services.py mgstest/tests.py runtest.py \ 63 doctest-mgstest.py 61 64 62 65 # Identities in the miniature CA, server, and client environment for
Note: See TracChangeset
for help on using the changeset viewer.