- Timestamp:
- Jan 21, 2015, 7:44:15 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 859667d
- Parents:
- c4ba9722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
t/README
rc4ba9722 r0f5c9e1 11 11 ================= 12 12 13 from the top level of the source, just run: 13 from the top level of the source, or from t/ (where this README is), 14 just run: 14 15 15 16 make check 16 17 17 from t/ (where this README is), just run:18 from t/ you can also run specific tests (identified by number) with: 18 19 19 make 20 21 also from t/ you can also run specific tests (identified by number) 22 with: 23 24 make t-3 20 make -f TestMakefile t-3 25 21 26 22 This should be handy when you're just trying to experiment with a new
Note: See TracChangeset
for help on using the changeset viewer.