Skip to content

Commit 6c57f8e

Browse files
committed
test: folder creation fixed
1 parent ce86e47 commit 6c57f8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unittests/ofh/compression/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
# and at http://www.gnu.org/licenses/.
1919
#
2020

21+
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/test_data)
22+
set(TEST_DATA_DIR ${CMAKE_CURRENT_BINARY_DIR}/test_data)
23+
2124
if (USE_PHY_TESTVECTORS)
2225
add_executable(ofh_compression_test ofh_compression_test.cpp)
2326
target_link_libraries(ofh_compression_test srsran_ofh_compression srslog gtest gtest_main)

0 commit comments

Comments
 (0)