mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
10 lines
228 B
Text
10 lines
228 B
Text
|
set(TEST_SOURCES
|
||
|
TestLookup.cpp
|
||
|
)
|
||
|
|
||
|
foreach(source IN LISTS TEST_SOURCES)
|
||
|
serenity_test("${source}" LibDeviceTree LIBS LibDeviceTree LibFileSystem)
|
||
|
endforeach()
|
||
|
|
||
|
install(FILES dtb.dtb DESTINATION usr/Tests/LibDeviceTree)
|