Skip to content

Commit 6e7d438

Browse files
committed
Build out of the box with MKL'd lube and without installing modules
1 parent 90d7949 commit 6e7d438

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

test/CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ add_test(
4040
NAME cochlea
4141
COMMAND ${CMAKE_COMMAND} -D TEST_DIR=${TEST_DIR} -P ${TEST_DIR}/test-cochlea.cmake
4242
)
43+
44+
# Allows the test to find the dynamic library. Doesn't feel too portable.
45+
set_property(
46+
TEST ssp
47+
PROPERTY ENVIRONMENT
48+
LD_LIBRARY_PATH="${CMAKE_BINARY_DIR}/ssp:$ENV{LD_LIBRARY_PATH}"
49+
)

test/test-ssp-ref.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Denom: [1, 0.25, 0.75]
5555
Filter: [0.5, 2.375, 6.031, 8.211, 9.424, 10.99, 10.19]
5656
Normal: [-0.2591, 1.602, -1.499, 0.1748, 0.1193, -0.302, 0.4582]
5757
AR: [1, -3.633, 5.275, -3.594, 0.9783]
58-
LSP: [0, 0.3344, 0.3643, 0.4888, 0.5127, 3.142]
58+
LSP: [0, 0.3344, 0.3642, 0.4888, 0.5127, 3.142]
5959
AR: [1, -3.633, 5.275, -3.594, 0.9783]
6060
Read file: [
6161
7.324e-06, 4.944e-05, 9.155e-05, 1.648e-05,

0 commit comments

Comments
 (0)