From 6c5626fe5f07b89eb6afc47d0a3abce517c8fbe1 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 6 Sep 2021 16:28:03 +0100 Subject: [PATCH] Install test headers. Verona uses these. --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79950cf..8d0d613 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -404,6 +404,14 @@ install(DIRECTORY src/override DESTINATION include/snmalloc) install(DIRECTORY src/backend DESTINATION include/snmalloc) install(DIRECTORY src/mem DESTINATION include/snmalloc) install(DIRECTORY src/pal DESTINATION include/snmalloc) +install(FILES + src/test/measuretime.h + src/test/opt.h + src/test/setup.h + src/test/usage.h + src/test/xoroshiro.h + DESTINATION include/snmalloc/test + ) install(FILES src/snmalloc.h;src/snmalloc_core.h;src/snmalloc_front.h DESTINATION include/snmalloc) install(EXPORT snmallocConfig