Skip to content

Commit

Permalink
fix: remove old modular test
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Nov 6, 2023
1 parent 989f761 commit 0c406a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 289 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ jobs:
BUILD_TYPE: Debug
BUILD_SHARED_LIBS: ON
ZENOH_DEBUG: 3

2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ if(UNIX OR MSVC)
add_executable(z_keyexpr_test ${PROJECT_SOURCE_DIR}/tests/z_keyexpr_test.c)
add_executable(z_api_null_drop_test ${PROJECT_SOURCE_DIR}/tests/z_api_null_drop_test.c)
add_executable(z_api_double_drop_test ${PROJECT_SOURCE_DIR}/tests/z_api_double_drop_test.c)
add_executable(z_modular_test ${PROJECT_SOURCE_DIR}/tests/z_modular_test.c)

target_link_libraries(z_data_struct_test ${Libname})
target_link_libraries(z_endpoint_test ${Libname})
Expand All @@ -299,7 +298,6 @@ if(UNIX OR MSVC)
target_link_libraries(z_keyexpr_test ${Libname})
target_link_libraries(z_api_null_drop_test ${Libname})
target_link_libraries(z_api_double_drop_test ${Libname})
target_link_libraries(z_modular_test ${Libname})

configure_file(${PROJECT_SOURCE_DIR}/tests/modularity.py ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/modularity.py COPYONLY)

Expand Down
286 changes: 0 additions & 286 deletions tests/z_modular_test.c

This file was deleted.

0 comments on commit 0c406a4

Please sign in to comment.