summaryrefslogtreecommitdiff
path: root/include/framework
AgeCommit message (Expand)AuthorFilesLines
2015-12-11framework: Drop func runner_enable_all_normal_tests()Chad Versace1-1/+0
2015-12-11framework: Un-inline some test_def funcsChad Versace1-38/+3
2015-12-11framework: Teach test_def_match() about special test namesChad Versace1-0/+16
2015-12-07runner: Implement JUnit outputChad Versace1-0/+3
2015-08-13runner: Make global option vars private to moduleChad Versace1-2/+1
2015-08-13runner: Remove undefined function declarationsChad Versace1-3/+0
2015-08-13framework/test: Remove option settersChad Versace1-7/+25
2015-08-11runner: Exclude self.* tests by defaultChad Versace1-1/+1
2015-08-11runner: Support concurrent tests when using process isolationChad Versace1-0/+5
2015-08-10util/macros: Remove 'cru' prefix from all attributesChad Versace1-2/+2
2015-08-07runner: Rename options do_* -> no_*Chad Versace1-3/+3
2015-08-07framework/runner: Collect runner opts into a structChad Versace1-6/+11
2015-08-07framework/runner: Rename enum test_isolationChad Versace1-6/+8
2015-08-07framework/runner: Rename 'cru_runner' -> 'runner'Chad Versace1-12/+12
2015-08-07framework/test: Rename cru_test -> testChad Versace3-21/+21
2015-08-07tapi: Rename cru_test_def -> test_defChad Versace2-10/+10
2015-08-07tapi: Rename cru_test_result -> test_resultChad Versace1-2/+2
2015-08-07tapi: Move test API into its own directoryChad Versace2-2/+2
2015-08-06util: Split from framework codeChad Versace2-3/+3
2015-08-06framework: Split framework codeChad Versace3-0/+169