aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 76486dd..ee5f9c4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -918,6 +918,8 @@ mod tests {
};
}
+ sylt_macro::find_tests!();
+
#[test]
fn unreachable_token() {
assert_errs!(run_string("<!>\n", true, Vec::new()), [ErrorKind::Unreachable]);