Skip to content

Instantly share code, notes, and snippets.

@dsilen
dsilen / VSCode output
Last active March 1, 2017 13:29
Run EUnit on all Erlang files in a directory. The tasks.json file is used to build+test with VSCode using Ctrl+Shift+B (Cmd+Shift+B on Mac).
Testing assignment1 All 5 tests passed.
Testing cut All 4 tests passed.
Testing fac 2 tests passed.
Testing fib All 3 tests passed.
Testing first Test passed.
Testing listfunc All 7 tests passed.
Testing second There were no tests to run.
Testing third All 3 tests passed.