diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-09-15 23:28:52 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-09-15 23:28:52 -0700 |
commit | d11e9141b256b627a4679875369102506935f4e4 (patch) | |
tree | 16e9318368baa2b7c076491d5225c002ae64f50d /appveyor.yml | |
parent | 1846918fe2893f086a5d30ebf58bb17198681d1a (diff) | |
download | rust-libc-d11e9141b256b627a4679875369102506935f4e4.tar.gz |
Switch to ctest crate
Extracted tests!
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7c01515f6c..cdd5bf1abb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,4 +25,4 @@ build: false test_script: - cargo test - - cargo test --manifest-path libc-test/Cargo.toml + - cargo run --manifest-path libc-test/Cargo.toml |