hcl/cmd/hclspecsuite
Martin Atkins 48039c0368 cmd/hclspecsuite: basic runner functionality for successful cases
The harness can now run tests that decode successfully and compare the
result with a given value. Further work is required in later commits to
deal with other cases, such as tests that intentionally produce errors.
2018-08-10 08:49:43 -07:00
..
diagnostics.go cmd/hclspecsuite: basic runner functionality for successful cases 2018-08-10 08:49:43 -07:00
log.go specsuite: Start of the harness for the specification test suite 2018-08-09 19:29:32 -07:00
main.go specsuite: Start of the harness for the specification test suite 2018-08-09 19:29:32 -07:00
README.md specsuite: Start of the harness for the specification test suite 2018-08-09 19:29:32 -07:00
runner.go cmd/hclspecsuite: basic runner functionality for successful cases 2018-08-10 08:49:43 -07:00
test_file.go cmd/hclspecsuite: basic runner functionality for successful cases 2018-08-10 08:49:43 -07:00

hclspecsuite

hclspecsuite is the test harness for the HCL specification test suite.