Chelsea H. Komlo
|
c86bbdd3ae
|
adding documentation to extracted unit test helper
|
2016-11-24 08:12:36 -05:00 |
|
Chelsea H. Komlo
|
b95998ef0c
|
moving useful test helper to test_helpers.h
|
2016-11-24 08:12:27 -05:00 |
|
George Kadianakis
|
a8efd087bd
|
test: Add prop224 directory fetch/upload unit tests
Signed-off-by: David Goulet <dgoulet@torproject.org>
Signed-off-by: George Kadianakis <desnacked@riseup.net>
|
2016-11-04 10:32:50 -04:00 |
|
Nick Mathewson
|
9bbd6502f0
|
Use autoconf, not gcc version, to decide which warnings we have
This gives more accurate results under Clang, which can only help us
detect more warnings in more places.
Fixes bug 19216; bugfix on 0.2.0.1-alpha
|
2016-06-11 10:11:53 -04:00 |
|
Nick Mathewson
|
4caed2424a
|
Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.
IMO it's fine for us to make exceptions to this rule in the unit
tests, but not in the code at large.
|
2016-06-11 10:11:52 -04:00 |
|
Nick Mathewson
|
57699de005
|
Update the copyright year.
|
2016-02-27 18:48:19 +01:00 |
|
Nick Mathewson
|
afe10e4707
|
whitespace fixes
|
2015-02-18 10:55:56 -05:00 |
|
Nick Mathewson
|
6cdb213b6c
|
Combine test_helpers.[ch] and testhelper.[ch]
|
2015-02-18 09:19:38 -05:00 |
|
George Kadianakis
|
c2b13e22e7
|
Unittest prep: Move get_yesterday_date_str() to helper file.
We want to use this function in our guardfraction unittests, so make a
test_helpers module and move it there.
|
2015-02-18 09:09:34 -05:00 |
|