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
65ce116998
organic
/
tests
/
test_loader.rs
4 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Test org_mode_samples both with and without alphabetical lists enabled.
2023-09-29 19:30: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