Relocate test-client

This commit is contained in:
Michael Vines 2020-08-27 21:12:19 -07:00
parent 13a279c0b4
commit 73e2455d60
5 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[workspace]
members = [
"ci/client",
"utils/test-client",
"memo/program",
"token-swap/program",
"token/cli",

View File

@ -27,11 +27,9 @@ _ cargo +nightly clippy --workspace --all-targets -- --deny=warnings
# Build client libraries
(
#export SPL_CBINDGEN=1 # <-- Force cbindgen header generation
_ cargo build
)
_ cargo run --manifest-path=ci/client/Cargo.toml
_ cargo build
_ cargo run --manifest-path=utils/test-client/Cargo.toml
# Check generated C headers
#_ git diff --exit-code token/program/inc/token.h