1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00
adf-obdd/tests/test_loader.rs
Stefan Ellmauthaler 21fdb2cd76
Implemented automated Test generation (#7)
Generates tests, based on the existence of test-instances in the `res/`-folder
2022-01-03 17:38:17 +01:00

3 lines
98 B
Rust

// automatically include the autogenerated tests
include!(concat!(env!("OUT_DIR"), "/tests.rs"));