summaryrefslogtreecommitdiff
path: root/Tests/LibM/CMakeLists.txt
blob: 7b1c78178d6c06f3614716afee66effe043500e9 (plain)
1
2
3
4
5
6
7
8
set(TEST_SOURCES
    test-math.cpp
)
add_compile_options(-fno-builtin)

foreach(source IN LISTS TEST_SOURCES)
    serenity_test("${source}" LibM)
endforeach()