summary refs log tree commit diff
path: root/src/test/run-make/libtest-json
AgeCommit message (Collapse)AuthorLines
2018-01-27libtest: Fixed call to python in run-makeGilad Naaman-1/+1
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-2/+13
libtest: Split HumanFormatter into {Pretty,Terse} libtest: Fixed padding of benchmarks when not benchmarking libtest: Fixed benchmarks' names not showing in terse-mode libtest: Formatting
2018-01-26libtest: Added UI tests for --format=jsonGilad Naaman-0/+63
libtest: Remove usage of jq libtest: Fixed UI tests - Now comparing to the right file. - A python script checks for validity of JSON documents