adds smoke tests to everything

adds deflated test examples
This commit is contained in:
2025-05-28 11:32:09 -04:00
parent e45d269828
commit 6c902de16f
37 changed files with 185 additions and 82 deletions
+4
View File
@@ -0,0 +1,4 @@
#[test]
fn smoke() {
assert!(true)
}