Scaffold project structure

This commit is contained in:
T. R. Bernstein
2026-03-11 16:09:09 +01:00
commit 1a7e5ca5de
8 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import Testing
@testable import Inotify
@Suite("Initialisation")
struct InitTests {
@Test func createsCleanly() async throws {
let _ = Inotify()
}
}