aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJ08nY2024-11-29 21:59:47 +0100
committerJ08nY2024-11-29 21:59:47 +0100
commite1af97551fde2efbd847e872fbcde9380e24fe42 (patch)
treeb026cea6786f68cafd67eab1dfc4c5b1929fdd19 /test
parent1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec (diff)
downloadecgen-e1af97551fde2efbd847e872fbcde9380e24fe42.tar.gz
ecgen-e1af97551fde2efbd847e872fbcde9380e24fe42.tar.zst
ecgen-e1af97551fde2efbd847e872fbcde9380e24fe42.zip
Silence criterion build.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
-rwxr-xr-xtest/criterion.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index deab05a..8120e7e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.10)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/lib/criterion/include)
-find_library(criterion NAMES criterion PATHS ${CMAKE_CURRENT_SOURCE_DIR}/lib/criterion/build)
+find_library(criterion NAMES criterion PATHS ${CMAKE_CURRENT_SOURCE_DIR}/lib/criterion/build/src)
file(GLOB TEST_SRC "src/math/*.c" "src/obj/*.c" "src/gen/*.c" "src/cm/*.c" "src/invalid/*.c" "src/io/*.c" "src/exhaustive/*.c" "src/util/*.c")
file(GLOB TESTING_SRC "src/test/*.c")
diff --git a/test/criterion.sh b/test/criterion.sh
index 5ad0756..00e5db2 100755
--- a/test/criterion.sh
+++ b/test/criterion.sh
@@ -6,5 +6,5 @@ if [ ! -f "lib/criterion/meson.build" ]; then
fi
cd lib/criterion
-meson setup build
-meson compile -C build
+meson setup build > /dev/null
+meson compile -C build > /dev/null