Created
August 14, 2018 20:19
-
-
Save TooTallNate/ef03dd898145283c62677f1fb8d7918d to your computer and use it in GitHub Desktop.
Running `shunit2` shell script tests through `import`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
testEquality() { | |
assertEquals 1 2 | |
} | |
# Load shUnit2. | |
eval "`curl -sfLS import.pw`" | |
import "import.pw/kward/shunit2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment