move selftests to subdirectory and run more selftests

This commit is contained in:
Arpad Borsos
2022-07-09 12:23:37 +02:00
parent 260a713186
commit fc84c9d9a3
11 changed files with 55 additions and 14 deletions

3
tests/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}