Revert "Rename programs to instruction_processors (#3789)" (#3824)

This reverts commit 34344982a9.
This commit is contained in:
Greg Fitzgerald
2019-04-17 15:05:49 -06:00
committed by GitHub
parent 083090817a
commit 51a2988bb2
93 changed files with 44 additions and 44 deletions

View File

@ -37,7 +37,7 @@ test-stable-perf)
Cargo.toml$ \
ci/test-stable-perf.sh \
ci/test-stable.sh \
^instruction-processors/ \
^programs/ \
^sdk/ \
|| {
annotate --style info \
@ -46,10 +46,10 @@ test-stable-perf)
}
# BPF program tests
_ make -C instruction-processors/bpf/c tests
_ instruction-processors/bpf/rust/noop/build.sh # Must be built out of band
_ make -C programs/bpf/c tests
_ programs/bpf/rust/noop/build.sh # Must be built out of band
_ cargo +"$rust_stable" test \
--manifest-path instruction-processors/bpf/Cargo.toml \
--manifest-path programs/bpf/Cargo.toml \
--no-default-features --features=bpf_c,bpf_rust
# Run root package tests with these features