13 lines
270 B
CMake
13 lines
270 B
CMake
# Copyright (c) 2026 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
include(dusktest)
|
|
|
|
# Tests
|
|
dusktest(test_array.c)
|
|
dusktest(test_math.c)
|
|
dusktest(test_memory.c)
|
|
dusktest(test_string.c)
|
|
dusktest(test_sort.c) |