Skip to content
Snippets Groups Projects
Verified Commit 00903961 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Run cargo test

parent 880e3c78
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ test:redox: ...@@ -45,6 +45,7 @@ test:redox:
variables: variables:
TARGET: x86_64-unknown-redox TARGET: x86_64-unknown-redox
script: script:
- export CARGO="redoxer"
- export RUSTUP_TOOLCHAIN="$HOME/.redoxer/toolchain" - export RUSTUP_TOOLCHAIN="$HOME/.redoxer/toolchain"
- export PATH="$RUSTUP_TOOLCHAIN/bin:$PATH" - export PATH="$RUSTUP_TOOLCHAIN/bin:$PATH"
- export TEST_RUNNER="redoxer exec --folder . -- sh --" - export TEST_RUNNER="redoxer exec --folder . -- sh --"
......
...@@ -88,6 +88,7 @@ sysroot: all ...@@ -88,6 +88,7 @@ sysroot: all
touch $@ touch $@
test: sysroot test: sysroot
$(CARGO) test
$(MAKE) -C tests verify $(MAKE) -C tests verify
# Debug targets # Debug targets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment