summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-10 22:29:01 -0600
committermo khan <mo.khan@gmail.com>2020-05-10 22:29:01 -0600
commit0a79ac869b4446938ce6672322e84702f4d8d5a4 (patch)
treeeeeeb506ef7fd4e4d11c2195421401ee35fb04dd /bin
parenta4a152a3153c5416b51d9807c79a1ca05ced7da7 (diff)
Initialize c-extension
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/test b/bin/test
index 152a39d..3b5318d 100755
--- a/bin/test
+++ b/bin/test
@@ -6,4 +6,5 @@ cd "$(dirname "$0")/.."
export RUBYOPT='-W:no-deprecated'
+bundle exec rake compile
bundle exec rspec "$@"