Skip to content

Commit 5f92701

Browse files
Fixed typo in the test names for NAPI
1 parent e0d9f93 commit 5f92701

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ if(WITH_HDF4)
5151
add_executable(napi_test_hdf4 napi_test.c)
5252
target_link_libraries(napi_test_hdf4 NeXus_Shared_Library
5353
${NAPI_LINK_LIBS})
54-
add_test(NAME "NPI-C-HDF4-test"
54+
add_test(NAME "NAPI-C-HDF4-test"
5555
COMMAND napi_test_hdf4)
5656
endif()
5757

5858
if(WITH_MXML)
5959
add_executable(napi_test-xml napi_test.c)
6060
target_link_libraries(napi_test-xml NeXus_Shared_Library
6161
${NAPI_LINK_LIBS})
62-
add_test(NAME "NPI-C-MXML-test"
62+
add_test(NAME "NAPI-C-MXML-test"
6363
COMMAND napi_test-xml)
6464
add_executable(napi_test-xml-table napi_test.c)
6565
target_link_libraries(napi_test-xml-table NeXus_Shared_Library
6666
${NAPI_LINK_LIBS})
67-
add_test(NAME "NPI-C-MXML-TABLE-test"
67+
add_test(NAME "NAPI-C-MXML-TABLE-test"
6868
COMMAND napi_test-xml-table)
6969
endif()
7070

0 commit comments

Comments
 (0)