Skip to content

Commit

Permalink
fix: check-rs checks lua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored and jaromil committed Nov 11, 2024
1 parent 77759dc commit 9a16958
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ check-js: ## Run tests using the WASM build for Node
meson setup meson/ build/ -D "tests=['lua','zencode']"
ninja -C meson test

check-rs: test-exec := ${pwd}/test/zenroom_exec_rs/target/debug/zenroom_exec_rs
check-rs:
cargo build --manifest-path ${pwd}/test/zenroom_exec_rs/Cargo.toml
@echo -e "#!/bin/sh\n${test-exec} \$$@\n" > zenroom
@chmod +x zenroom
meson setup meson/ build/ -D "tests=['lua']"
ninja -C meson test

check-osx: ## Run tests using the OSX binary executable build
meson setup meson/ build/ -D \
"tests=['determinism','vectors','lua','zencode','bindings']"
Expand Down

0 comments on commit 9a16958

Please sign in to comment.