- Timestamp:
- Oct 18, 2015, 11:17:07 AM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 71cac80
- Parents:
- 9a4d250
- git-author:
- Thomas Klute <thomas2.klute@…> (10/18/15 11:14:20)
- git-committer:
- Thomas Klute <thomas2.klute@…> (10/18/15 11:17:07)
- Location:
- test
- Files:
-
- 1 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
test/.gitignore
r9a4d250 rfc8e463b 1 setup.done2 1 cache 3 2 *~ -
test/Makefile.am
r9a4d250 rfc8e463b 43 43 tokens = $(x509_tokens) $(pgp_tokens) 44 44 45 include $(srcdir)/ TestMakefile45 include $(srcdir)/test_ca.mk 46 46 47 47 # Test cases trying to create keys and certificates in parallel causes … … 123 123 124 124 EXTRA_DIST = $(apache_data) $(cert_templates) *.uid.in proxy_backend.bash \ 125 runtests server-crl.template server-softhsm.conf softhsm.bash \ 126 TestMakefile 125 runtests server-crl.template server-softhsm.conf softhsm.bash 127 126 128 127 # Lockfile for the main Apache process -
test/README
r9a4d250 rfc8e463b 32 32 33 33 TEST_HOST="localhost" TEST_IP="127.0.0.1" ./configure 34 34 35 35 36 Adding a Test
Note: See TracChangeset
for help on using the changeset viewer.