diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-03 13:03:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-03 13:03:58 -0400 |
commit | 6de49f4d9a9c0f0788e44e7199b935e175fb0ad4 (patch) | |
tree | 7c8f76dfcb07f18899c113289201f2466f73fb01 /changes | |
parent | 347fe449fe818f97e0f3ba29dd0a08ff6d39081e (diff) | |
download | tor-6de49f4d9a9c0f0788e44e7199b935e175fb0ad4.tar.gz tor-6de49f4d9a9c0f0788e44e7199b935e175fb0ad4.zip |
Improved targets for "run all the tests, no, all of them."
Diffstat (limited to 'changes')
-rw-r--r-- | changes/early-check-paths | 3 | ||||
-rw-r--r-- | changes/test-full | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/changes/early-check-paths b/changes/early-check-paths new file mode 100644 index 0000000000..44bebbe660 --- /dev/null +++ b/changes/early-check-paths @@ -0,0 +1,3 @@ + o Testing: + - When running test-network or test-stem, check for the absence + of stem/chutney before doing any build operations.
\ No newline at end of file diff --git a/changes/test-full b/changes/test-full new file mode 100644 index 0000000000..5ff51db803 --- /dev/null +++ b/changes/test-full @@ -0,0 +1,3 @@ + o Testing: + - Add new 'test-full' and 'test-full-online' targets to run all tests, + including integration tests with stem and chutney. |