Add test makefile for easy execution
This commit is contained in:
7
src/Tools/Tests/Test.mk
Normal file
7
src/Tools/Tests/Test.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
export PATH := $(HOME)/.cargo/bin/:$(PATH)
|
||||
|
||||
test_cpp_out: always
|
||||
@cargo build --manifest-path ../cpp_out/Cargo.toml --release
|
||||
@./../cpp_out/target/release/cpp_out
|
||||
|
||||
always: ;
|
Reference in New Issue
Block a user