Skip to content

Commit

Permalink
TEST: WASM: Print nodejs info before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Sep 14, 2022
1 parent a352d02 commit 9c71700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ cd ..

mkdir b4
cd b4
which node
node -v
cmake -DKIND=wasm ..
make $jn
ctest $jn --output-on-failure

0 comments on commit 9c71700

Please sign in to comment.