diff options
author | Linus Färnstrand <faern@faern.net> | 2018-07-20 11:15:25 +0200 |
---|---|---|
committer | Linus Färnstrand <faern@faern.net> | 2018-07-29 18:54:45 +0200 |
commit | 5f38367da385b9e602a2d42833912ec927890a31 (patch) | |
tree | 702526a4c9c8aa2b7894874aa3c5a18c5377422d /libc-test | |
parent | 6abe0b52182afc56ac9cb8f09055f80eb4db2bb1 (diff) | |
download | rust-libc-5f38367da385b9e602a2d42833912ec927890a31.tar.gz |
Add testing with align feature
Diffstat (limited to 'libc-test')
-rw-r--r-- | libc-test/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 8d0f9d34e6..c6950d6ea3 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -14,6 +14,7 @@ ctest = { git = "https://github.com/alexcrichton/ctest" } [features] default = [ "use_std" ] use_std = [ "libc/use_std" ] +align = [ "libc/align" ] [[test]] name = "main" |