summaryrefslogtreecommitdiff
path: root/test/test_util.c
Commit message (Expand)AuthorAgeFilesLines
* Solaris build fixesJoel Rosdahl2012-02-231-3/+3
* Make format_human_readable_size saner for size < 1000Joel Rosdahl2012-02-131-3/+4
* Let k/M/G/T be 10-based suffixes and introduce 2-based Ki/Mi/Gi/Ti as wellJoel Rosdahl2011-07-261-31/+42
* Use real size instead of multiples of 1024 for sizesJoel Rosdahl2011-07-261-21/+24
* test: Use an int64_t variant of CHECK_INT_EQ for all integer typesJoel Rosdahl2011-07-261-7/+7
* Teach parse_size_with_suffix to parse float-style sizesJoel Rosdahl2011-07-201-0/+19
* Add utility function format_parsable_size_with_suffixJoel Rosdahl2011-07-201-0/+14
* Add test for format_human_readable_sizeJoel Rosdahl2011-07-201-0/+12
* config: First steps towards supporting config filesJoel Rosdahl2011-07-171-1/+1
* Add subst_env_in_string functionJoel Rosdahl2011-05-301-0/+38
* Let format_hash_as_string optionally not include the size suffixJoel Rosdahl2010-11-021-0/+15
* testfw: Add some utility functionsJoel Rosdahl2010-08-011-1/+1
* Correctly find ccache.h from test_util.cJoel Rosdahl2010-07-161-1/+1
* Let basedir("foo") return "."Joel Rosdahl2010-07-161-0/+8
* Add framework for tests written in CJoel Rosdahl2010-07-161-0/+36