You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the tutorial on Ubuntu 14.04 x64, build succeeded, but test failed with the following messages:
...
============ run test.sh in /home/ubuntu/rDSN/builder/bin/dsn.idl.tests/ ============
DSN_ROOT=
Note: Google Test filter = thrift_helper.*
[==========] Running 6 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 6 tests from thrift_helper
[ RUN ] thrift_helper.cpp_binary_basic_type_serialization
[ OK ] thrift_helper.cpp_binary_basic_type_serialization (0 ms)
[ RUN ] thrift_helper.cpp_binary_generated_type_serialization
[ OK ] thrift_helper.cpp_binary_generated_type_serialization (0 ms)
[ RUN ] thrift_helper.cpp_json_basic_type_serialization
[ OK ] thrift_helper.cpp_json_basic_type_serialization (1 ms)
[ RUN ] thrift_helper.cpp_json_generated_type_serialization
[ OK ] thrift_helper.cpp_json_generated_type_serialization (0 ms)
[ RUN ] thrift_helper.cpp_binary_code_generation
CMake Error at CMakeLists.txt:11 (include):
include could not find load file:
/bin/dsn.cmake
CMake Error at CMakeLists.txt:50 (dsn_add_shared_library):
Unknown CMake command"dsn_add_shared_library".
...
Problem is we need to set DSN_ROOT correctly before running ./run.sh test, which is not specified in the tutorial.
The text was updated successfully, but these errors were encountered:
It's should work for testing step. My view, You should build source code follow with command line ./run.sh build and ./run.sh build --build_plugins before run testing method.
Followed the tutorial on Ubuntu 14.04 x64, build succeeded, but test failed with the following messages:
Problem is we need to set DSN_ROOT correctly before running
./run.sh test
, which is not specified in the tutorial.The text was updated successfully, but these errors were encountered: