aboutsummaryrefslogtreecommitdiff
path: root/runner.go
Commit message (Expand)AuthorAgeFilesLines
* Add list command, copy for bash command, and ability to run non-directory com...HEADv0.1.6masterFlu0r1ne2021-09-191-1/+12
* Add --extra flag to print addtional configuration infoFlu0r1ne2021-09-061-1/+1
* Fix nulls in adapter getter methodFlu0r1ne2021-09-061-1/+1
* Set individual cmd working dir rather than using chdir. Robust multithreading.Flu0r1ne2021-09-061-12/+17
* 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 segmentation...Flu0r1ne2021-09-041-39/+61
* 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 clea...Flu0r1ne2021-09-031-0/+24
* 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