File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
5656endif ()
5757
5858if (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 )
6969endif ()
7070
You can’t perform that action at this time.
0 commit comments