Skip to content
Snippets Groups Projects
Commit 95653c1c authored by Marcin's avatar Marcin
Browse files

move functional to tests directory

parent 53474e86
No related branches found
No related tags found
1 merge request!1import tests from hive/hive repo and make some more sense structure for them
Showing
with 2 additions and 2 deletions
...@@ -4,7 +4,7 @@ ENABLE_TESTING() ...@@ -4,7 +4,7 @@ ENABLE_TESTING()
IF ( BUILD_HIVE_TESTNET ) IF ( BUILD_HIVE_TESTNET )
add_subdirectory(unit) add_subdirectory(unit)
add_subdirectory(hived/hive_functional) add_subdirectory(functional)
ELSE ( BUILD_HIVE_TESTNET ) ELSE ( BUILD_HIVE_TESTNET )
add_subdirectory(hived/api_tests) add_subdirectory(api_tests)
ENDIF ( BUILD_HIVE_TESTNET ) ENDIF ( BUILD_HIVE_TESTNET )
\ No newline at end of file
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment