summaryrefslogtreecommitdiff
path: root/runner.go
Commit message (Collapse)AuthorAgeFilesLines
* Preserve original orderingFlu0r1ne2021-09-051-0/+3
|
* Concurrent Eval LoopFlu0r1ne2021-09-051-6/+13
|
* Refactor gtest adapter to fit new pipelineFlu0r1ne2021-09-051-2/+2
|
* Refactor build/eval pipeline to use clearer IO model and adapter ↵Flu0r1ne2021-09-041-39/+61
| | | | segmentation methods
* Add runner initalizationFlu0r1ne2021-09-041-9/+10
|
* Add new test runner APIFlu0r1ne2021-09-031-20/+0
|
* Don't export testcase LUTFlu0r1ne2021-09-031-3/+3
|
* Add config command to retrieve configuration values and clean command to ↵Flu0r1ne2021-09-031-0/+24
| | | | clean build files
* Add clean option and fix issue with dir propegationFlu0r1ne2021-09-031-9/+23
|
* Make adapters and internals complient with new directory structureFlu0r1ne2021-09-021-14/+34
|
* Refactoring & Enhanced loggingFlu0r1ne2021-08-221-5/+15
|
* Improvised a basic text report, finished evaluation mappingsFlu0r1ne2021-08-051-13/+25
|
* Runtime & reorganziationFlu0r1ne2021-08-051-27/+32
|
* Prototyped build pipelineFlu0r1ne2021-08-041-8/+11
|
* Initial commit with basic build structureFlu0r1ne2021-08-031-0/+63