This website requires JavaScript.
Explore
Help
Sign In
talexander
/
organic
Watch
1
Star
0
Fork
0
You've already forked organic
Code
Issues
Pull Requests
Releases
Activity
f103d168d5
organic
/
tests
/
test_loader.rs
3 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Disable the compare tests when the compare feature is disabled.
2023-08-30 03:16:38 +00:00
#[
cfg(feature =
"
compare
"
)
]
Hook the integration tests into rust's test framework. Instead of using a hacked-together shell script, use rust's test framework to do the comparison.
2023-04-19 02:38:18 +00:00
include!
(
concat!
(
env!
(
"
OUT_DIR
"
)
,
"
/tests.rs
"
)
)
;
Reference in New Issue
Copy Permalink