summaryrefslogtreecommitdiff
path: root/test/framework.c
Commit message (Expand)AuthorAgeFilesLines
* Make the cleanup limit into a configurable variableAnders Björklund2016-07-291-0/+18
* test: Use same colors and wording for quicktest and test.sh statusJoel Rosdahl2016-07-271-2/+2
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-20/+18
* Tweak #include file pathsJoel Rosdahl2016-07-221-2/+2
* Windows version of rm, to remove testdirAnders Björklund2016-02-181-0/+4
* Add some Windows/MinGW ifdefs, to make it buildAnders Björklund2016-02-181-1/+1
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-1/+1
* test: Unset GCC_COLORS to avoid confusing argument processing testsJoel Rosdahl2014-11-191-1/+3
* Use booleans for truth valuesJoel Rosdahl2012-01-081-14/+14
* Merge branch 'master' into configJoel Rosdahl2012-01-081-2/+2
|\
| * while (1) -> while (true)Joel Rosdahl2012-01-081-2/+2
* | test: Add CHECKM macro that accepts an error messageJoel Rosdahl2011-07-261-3/+7
* | test: Use an int64_t variant of CHECK_INT_EQ for all integer typesJoel Rosdahl2011-07-261-20/+8
* | config: Use log_file from conf structJoel Rosdahl2011-07-201-3/+0
* | config: First steps towards supporting config filesJoel Rosdahl2011-07-171-1/+2
|/
* Allow const string parameters to CHECK_STR_EQ()Joel Rosdahl2010-08-301-3/+4
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-2/+1
* testfw: Let the compiler catch bad test case namesJoel Rosdahl2010-08-141-18/+0
* testfw: Simplify accounting and printing of failed test countersJoel Rosdahl2010-08-141-32/+16
* testfw: Format code to use a more consistent coding styleJoel Rosdahl2010-08-031-6/+12
* testfw: Print passed assertions in verbose modeJoel Rosdahl2010-08-011-5/+8
* testfw: Fix format string in cct_check_failed()Joel Rosdahl2010-08-011-1/+1
* testfw: Set cache_logfile before running each test caseJoel Rosdahl2010-08-011-0/+4
* Introduce and use function-like macros str_eq() and str_startswith()Joel Rosdahl2010-08-011-1/+1
* Introduce cc_reset(), enabling the test suite to reset global stateJoel Rosdahl2010-08-011-0/+1
* testfw: Add some utility functionsJoel Rosdahl2010-08-011-12/+1
* Use format() instead of x_asprintf()Joel Rosdahl2010-07-171-22/+9
* Verify that test (suite) names are valid C identifiersJoel Rosdahl2010-07-171-0/+18
* Add cct_create_file functionJoel Rosdahl2010-07-171-0/+11
* Run each test case in a separate directory for isolationJoel Rosdahl2010-07-171-14/+53
* Print nicer progress messages for verbose testsJoel Rosdahl2010-07-171-2/+2
* Get rid of the ARGS typedef; use struct args explicitlyJoel Rosdahl2010-07-171-1/+2
* Print correct singular/plural forms in test framework outputJoel Rosdahl2010-07-171-4/+20
* Correct number of failed suitesJoel Rosdahl2010-07-171-2/+6
* Compensate for false increase in first TEST expansionJoel Rosdahl2010-07-161-0/+1
* Use tcgetattr() instead of ioctl() for portabilityJoel Rosdahl2010-07-161-3/+2
* Add CHECK macros for ARGSJoel Rosdahl2010-07-161-0/+28
* Improve CHECK_{STR,UNS,INT}_EQ macrosJoel Rosdahl2010-07-161-1/+73
* Add framework for tests written in CJoel Rosdahl2010-07-161-0/+144