Changeset f826b5f in mod_gnutls
- Timestamp:
- Jan 4, 2020, 7:39:38 AM (2 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 2c4504f
- Parents:
- dc3cbd5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/README.md
rdc3cbd5 rf826b5f 14 14 just run: 15 15 16 $ make check 16 ```bash 17 $ make check 18 ``` 17 19 18 20 You can also run specific test cases by passing their script names to 19 21 make in the `TESTS` variable: 20 22 21 $ TESTS="test-03_cachetimeout_in_vhost.bash" make -e check 23 ```bash 24 $ TESTS="test-03_cachetimeout_in_vhost.bash" make -e check 25 ``` 22 26 23 27 This should be handy when you're just trying to experiment with a new … … 30 34 different values to `./configure`, e.g. to use IPv4 only: 31 35 32 $ TEST_HOST="localhost" TEST_IP="127.0.0.1" ./configure 36 ```bash 37 $ TEST_HOST="localhost" TEST_IP="127.0.0.1" ./configure 38 ``` 33 39 34 40 If tests fail due to expired certificates or PGP signatures, run 35 41 36 $ make mostlyclean 42 ```bash 43 $ make mostlyclean 44 ``` 37 45 38 46 to delete them and create fresh ones on the next test run. You could … … 48 56 file): 49 57 50 $ ./newtest 58 ```bash 59 $ ./newtest 60 ``` 51 61 52 62 This will prompt you for a simple name for the test, copy a starting … … 140 150 instance, you can use: 141 151 142 $ eval $(make show-test-env) 152 ```bash 153 $ eval $(make show-test-env) 154 ``` 143 155 144 156 If you are building on an exotic architecture which does not support
Note: See TracChangeset
for help on using the changeset viewer.