Skip to content

Commit

Permalink
add cpp test
Browse files Browse the repository at this point in the history
  • Loading branch information
try-agaaain committed Feb 27, 2023
1 parent d9b743d commit b36e279
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ install-deps: ## install deps
/opt/wasi-sdk:
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-17/wasi-sdk-17.0-linux.tar.gz
tar -zxf wasi-sdk-17.0-linux.tar.gz
sudo mkdir -p /opt/wasi-sdk/ && sudo mv wasi-sdk-17.0/* /opt/wasi-sdk/
sudo mkdir -p /opt/wasi-sdk/ && sudo mv wasi-sdk-17.0/* /opt/wasi-sdk/

test:
rm -rf runtime/cpp/build
cd runtime/cpp && mkdir build && cd build && cmake .. && make

0 comments on commit b36e279

Please sign in to comment.