Skip to content

Commit

Permalink
fixup! refactor(xml): Add xml feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jan 27, 2025
1 parent eb86ff4 commit 4b03ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
include!(concat!(env!("OUT_DIR"), "/tests_pdb.rs"));
include!(concat!(env!("OUT_DIR"), "/tests_anlz.rs"));
include!(concat!(env!("OUT_DIR"), "/tests_setting.rs"));
#[cfg(feature = "xml")]
include!(concat!(env!("OUT_DIR"), "/tests_xml.rs"));

0 comments on commit 4b03ec3

Please sign in to comment.