Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
libc
/
8e5f0cd827041b0713d6f302504ec66fbe251e5e
/
.
/
libc-test
/
tests
/
all.rs
blob: 1f615b3cfeb7af094f985f359d40e90a9873db4d [
file
] [
log
] [
blame
]
Alex Crichton
8e5f0cd
2015-09-09 22:46:19 -0700
[
diff
] [
blame^
]
1
extern
crate libc
;
2
extern
crate libc_test
;
3
4
#[
cfg
(
test
)]
5
include
!(
concat
!(
env
!(
"OUT_DIR"
),
"/all.rs"
));