Skip to content

Commit

Permalink
Remove native-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio committed Nov 6, 2023
1 parent 372fa4f commit 393f7ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
18 changes: 0 additions & 18 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ ExternalProject_Add(
INSTALL_COMMAND ""
BUILD_ALWAYS 1)

ExternalProject_Add(
nativetests
SOURCE_DIR ${CMAKE_SOURCE_DIR}/native_tests
BINARY_DIR ${CMAKE_BINARY_DIR}/native_tests
CMAKE_ARGS -DCMAKE_BUILD_TYPE=Release
-DCMAKE_TOOLCHAIN_FILE=${CDT_ROOT}/lib/cmake/cdt/CDTWasmToolchain.cmake
-DSYSTEM_CONFIGURABLE_WASM_LIMITS=${SYSTEM_CONFIGURABLE_WASM_LIMITS}
-DSYSTEM_BLOCKCHAIN_PARAMETERS=${SYSTEM_BLOCKCHAIN_PARAMETERS}
UPDATE_COMMAND ""
PATCH_COMMAND ""
TEST_COMMAND ""
INSTALL_COMMAND ""
BUILD_ALWAYS 1
)

if(APPLE)
set(OPENSSL_ROOT "/usr/local/opt/openssl")
Expand All @@ -79,7 +65,3 @@ if(BUILD_TESTS)
else()
message(STATUS "Unit tests will not be built. To build unit tests, set BUILD_TESTS to ON.")
endif()

include (CTest)
enable_testing()
add_test(native_tests ${CMAKE_BINARY_DIR}/native_tests/bpay_rate_test)
14 changes: 0 additions & 14 deletions native_tests/CMakeLists.txt

This file was deleted.

28 changes: 0 additions & 28 deletions native_tests/bpay_rate_test.cpp

This file was deleted.

0 comments on commit 393f7ac

Please sign in to comment.