Refactored testing approach to use 'vendorized' libraries at test time.

This commit is contained in:
eanderton
2014-07-08 21:26:30 -04:00
parent f69e0b0837
commit abdecb7be7
4 changed files with 36 additions and 32 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# fail out of the script if anything here fails
set -e
# clear out stuff generated by test.sh
rm -rf src test_program_bin toml-test