draw2d/output
llgcode 4cdcb11e52 run all tests 2017-11-28 11:12:29 +01:00
..
curve redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
draw2dkit generate test image result in output folder 2015-08-27 10:51:09 +02:00
raster redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
samples run all tests 2017-11-28 11:12:29 +01:00
README.md add readme to output folder 2015-07-11 19:34:48 +02:00

README.md

Demo output

These folders are empty when you check out the git repository. The output is generated by the tests:

go test ./...

or with coverage:

go test -cover ./... | grep -v "no test"