diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-09 14:34:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-09 14:34:10 -0400 |
commit | 608d1614b92045ffbaf44b6d4e93eae4036e7bac (patch) | |
tree | dd1793d3b92374d0ce3fa7dccdae8f43c6f8bc5f /src/test/tinytest.h | |
parent | c05c8dbd78f13bff79cda8fda1579aba51e30b0c (diff) | |
download | tor-608d1614b92045ffbaf44b6d4e93eae4036e7bac.tar.gz tor-608d1614b92045ffbaf44b6d4e93eae4036e7bac.zip |
Update to the latest tinytest version
This cleans up some whitespace consistency issues and, more
importantly, gives you the ability to skip tests from the command
line.
Diffstat (limited to 'src/test/tinytest.h')
-rw-r--r-- | src/test/tinytest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/tinytest.h b/src/test/tinytest.h index a0cb913138..cbe28b7f51 100644 --- a/src/test/tinytest.h +++ b/src/test/tinytest.h @@ -1,4 +1,4 @@ -/* tinytest.h -- Copyright 2009 Nick Mathewson +/* tinytest.h -- Copyright 2009-2010 Nick Mathewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |