summaryrefslogtreecommitdiff
path: root/test/main.c
Commit message (Expand)AuthorAgeFilesLines
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-21/+18
* Tweak #include file pathsJoel Rosdahl2016-07-221-3/+3
* Fix warnings from uncrustifyAnders Björklund2016-03-301-0/+2
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-8/+8
* Fix make test on win32Ramiro Polla2010-09-261-0/+4
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-2/+4
* testfw: Declare all variables before the first statementJoel Rosdahl2010-08-031-8/+8
* testfw: Set cache_logfile before running each test caseJoel Rosdahl2010-08-011-3/+0
* Plug some minor memory leaksJoel Rosdahl2010-08-011-0/+1
* testfw: Add some utility functionsJoel Rosdahl2010-08-011-1/+1
* test framework: Restore CWD to be able to wipe temporary directory after testJoel Rosdahl2010-07-201-1/+3
* Use format() instead of x_asprintf()Joel Rosdahl2010-07-171-1/+1
* Run each test case in a separate directory for isolationJoel Rosdahl2010-07-171-1/+11
* Correctly find suites.h in out-of-source buildsJoel Rosdahl2010-07-161-2/+2
* Correctly find getopt_long.h from subdir source fileJoel Rosdahl2010-07-161-1/+1
* Add framework for tests written in CJoel Rosdahl2010-07-161-0/+78