Changeset e78bc78 in mod_gnutls for test/README
- Timestamp:
- Jan 26, 2015, 10:43:35 AM (5 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, master, upstream
- Children:
- 302965e
- Parents:
- 87208b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/README
r87208b5 re78bc78 11 11 ================= 12 12 13 from the top level of the source, or from t / (where this README is),13 from the top level of the source, or from test/ (where this README is), 14 14 just run: 15 15 16 16 make check 17 17 18 from t / you can also run specific tests (identified by number) with:18 from test/ you can also run specific tests (identified by number) with: 19 19 20 20 make -f TestMakefile t-3 … … 29 29 Please add more tests! 30 30 31 The simplest way to add a test is (from t /):31 The simplest way to add a test is (from test/): 32 32 33 33 ./newtest 34 34 35 This will prompt you for a simple name for the test and then copy a starting 36 set of files from tests/00_basic. 35 This will prompt you for a simple name for the test and then copy a 36 starting set of files from tests/00_basic, and create a script which 37 you can add to TESTS in Makefile.am when your test is ready for 38 inclusion in the test suite. 37 39 38 40 … … 40 42 ============== 41 43 42 Each test consists of a directory in t /tests/, which will cause the44 Each test consists of a directory in test/tests/, which will cause the 43 45 test suite to spin up an isolated apache instance and try to connect 44 46 to it with gnutls-cli and make a simple HTTP 1.1 request.
Note: See TracChangeset
for help on using the changeset viewer.