diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-23 17:16:34 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-29 08:46:34 +0200 |
| commit | d906d70c94c2a40d5fc6fd26056c7bc57d540002 (patch) | |
| tree | 63dcef767bbc5661aadd5c3b8afcc5b41f64fe35 /libs/acpi/CMakeLists.txt | |
| parent | e6c6bda14c9af0df9f4c185701b1e7939db6e1f9 (diff) | |
| download | teachos-d906d70c94c2a40d5fc6fd26056c7bc57d540002.tar.xz teachos-d906d70c94c2a40d5fc6fd26056c7bc57d540002.zip | |
acpi: move test data header
Diffstat (limited to 'libs/acpi/CMakeLists.txt')
| -rw-r--r-- | libs/acpi/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt index e73c6b3..d6d607a 100644 --- a/libs/acpi/CMakeLists.txt +++ b/libs/acpi/CMakeLists.txt @@ -95,7 +95,7 @@ if(BUILD_TESTING) list(APPEND GENERATED_TABLE_BLOBS "${CMAKE_CURRENT_BINARY_DIR}/test_data/${TABLE}.aml") endforeach() - set_source_files_properties("test_data/tables.S" PROPERTIES OBJECT_DEPENDS "${GENERATED_TABLE_BLOBS}") + set_source_files_properties("acpi/test_data/tables.S" PROPERTIES OBJECT_DEPENDS "${GENERATED_TABLE_BLOBS}") if(COMMAND "enable_coverage") enable_coverage("acpi") @@ -111,7 +111,7 @@ if(BUILD_TESTING) "acpi/data/xsdt.test.cpp" "acpi/pointers.test.cpp" - "test_data/tables.S" + "acpi/test_data/tables.S" ) target_include_directories("acpi_tests" PRIVATE |
