Skip to content

Instantly share code, notes, and snippets.

@onionhammer
Created October 19, 2013 01:29
Show Gist options
  • Save onionhammer/7050672 to your computer and use it in GitHub Desktop.
Save onionhammer/7050672 to your computer and use it in GitHub Desktop.
Nimrod tests
#Here's my program
proc x:
echo "this is a test"
when isMainModule:
#run X
x()
@onionhammer
Copy link
Author

Alternatively;

when isMainModule:
include main_tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment