We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce86e47 commit 6c57f8eCopy full SHA for 6c57f8e
tests/unittests/ofh/compression/CMakeLists.txt
@@ -18,6 +18,9 @@
18
# and at http://www.gnu.org/licenses/.
19
#
20
21
+file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/test_data)
22
+set(TEST_DATA_DIR ${CMAKE_CURRENT_BINARY_DIR}/test_data)
23
+
24
if (USE_PHY_TESTVECTORS)
25
add_executable(ofh_compression_test ofh_compression_test.cpp)
26
target_link_libraries(ofh_compression_test srsran_ofh_compression srslog gtest gtest_main)
0 commit comments