diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-05 11:52:36 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-06 09:03:44 -0500 |
commit | d74f0cff92322174e19c5cbd98462bd25e14fc3c (patch) | |
tree | ef7d504009671a841dc000c5f607fbcfb1751587 /changes | |
parent | 276700131a14697aa84d95a867782bbfd612277f (diff) | |
download | tor-d74f0cff92322174e19c5cbd98462bd25e14fc3c.tar.gz tor-d74f0cff92322174e19c5cbd98462bd25e14fc3c.zip |
make "make test-stem" run stem tests on tor
Closes ticket 14107.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket14107 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket14107 b/changes/ticket14107 new file mode 100644 index 0000000000..e4ba6becb3 --- /dev/null +++ b/changes/ticket14107 @@ -0,0 +1,6 @@ + o Testing: + + - New "make test-stem" target to run stem integration tests. + Requires that the "STEM_SOURCE_DIR" environment variable be set. + Closes ticket 14107. + |