Skip to content

Commit

Permalink
Adding compilation of test ffi shared library to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Sep 24, 2024
1 parent c5d2b59 commit cb55e6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/run-tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

scripts/compile
pushd ./test/cpp
gcc -shared -fPIC -rdynamic -o libffi_test.so ffi_test_lib.c
popd
clojure -A:dev -X:codegen
clojure -A:dev -M:test --dir test --dir neanderthal
3 changes: 3 additions & 0 deletions scripts/run-tests-m1
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

scripts/compile
pushd ./test/cpp
gcc -shared -fPIC -rdynamic -o libffi_test.so ffi_test_lib.c
popd
clojure -A:dev-mac-m1 -X:codegen
clojure -A:dev-mac-m1 -M:test

0 comments on commit cb55e6c

Please sign in to comment.