From 628174c992a5a740feb4dc119adf8dfb1f89f992 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 1 Jan 2026 18:04:40 -0700 Subject: Have Meson orchestrate the whole build rather than stack. As a part of this, I changed the file layout to: rt/ - the Montis runtime plug/ - the Montis plugin wlroots/ - wlroots --- plug/test/Spec.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plug/test/Spec.hs (limited to 'plug/test') diff --git a/plug/test/Spec.hs b/plug/test/Spec.hs new file mode 100644 index 0000000..cd4753f --- /dev/null +++ b/plug/test/Spec.hs @@ -0,0 +1,2 @@ +main :: IO () +main = putStrLn "Test suite not yet implemented" -- cgit