diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-05 23:44:12 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-05 23:44:12 +0100 |
| commit | 300131ca5a19d9de5250579d944a52b067b2d60b (patch) | |
| tree | bed560ea0f5f252e3f40576a14e2a7f19bb35662 /tests/world-test.scm | |
| parent | b99ada53b715def5492c7d04c0d327fa7048e5d3 (diff) | |
Rename prefix from downstroke/ to downstroke-
Diffstat (limited to 'tests/world-test.scm')
| -rw-r--r-- | tests/world-test.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/world-test.scm b/tests/world-test.scm index 451ab2a..90c26c4 100644 --- a/tests/world-test.scm +++ b/tests/world-test.scm @@ -7,7 +7,7 @@ (only srfi-1 every member make-list)) ;; Create a mock tilemap module to avoid SDL dependency -(module downstroke/tilemap * +(module downstroke-tilemap * (import scheme (chicken base) defstruct) (defstruct tileset @@ -35,16 +35,16 @@ layers objects)) -(import downstroke/tilemap) +(import downstroke-tilemap) ;; Load entity module first (since world now imports entity) (include "entity.scm") -(import downstroke/entity) +(import downstroke-entity) ;; Load the module source directly (include "world.scm") ;; Now import it to access the exported functions -(import downstroke/world) +(import downstroke-world) ;; Test suite for world module (test-begin "world-module") |
