This commit is contained in:
2026-07-18 20:01:44 -05:00
parent 1fa5cd316e
commit a618ff46fe
19 changed files with 1815 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
include(dusktest)
# Tests
dusktest(test_physicstest.c)
dusktest(test_physicsworld.c)