File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ if(WITH_HDF5)
45
45
target_link_libraries (napi_test_hdf5 NeXus_Shared_Library
46
46
${NAPI_LINK_LIBS} )
47
47
add_test (NAME "NAPI-C-HDF5-test" COMMAND napi_test_hdf5)
48
+ add_executable (napi_attra_test_hdf5 napi_attra_test.c)
49
+ target_link_libraries (napi_attra_test_hdf5 NeXus_Shared_Library
50
+ ${NAPI_LINK_LIBS} )
51
+ add_test (NAME "NAPI-C-HDF5-attra-test" COMMAND napi_attra_test_hdf5)
48
52
endif ()
49
53
50
54
if (WITH_HDF4)
@@ -53,6 +57,10 @@ if(WITH_HDF4)
53
57
${NAPI_LINK_LIBS} )
54
58
add_test (NAME "NAPI-C-HDF4-test"
55
59
COMMAND napi_test_hdf4)
60
+ add_executable (napi_attra_test_hdf4 napi_attra_test.c)
61
+ target_link_libraries (napi_attra_test_hdf4 NeXus_Shared_Library
62
+ ${NAPI_LINK_LIBS} )
63
+ add_test (NAME "NAPI-C-HDF4-attra-test" COMMAND napi_attra_test_hdf4)
56
64
endif ()
57
65
58
66
if (WITH_MXML)
@@ -66,6 +74,10 @@ if(WITH_MXML)
66
74
${NAPI_LINK_LIBS} )
67
75
add_test (NAME "NAPI-C-MXML-TABLE-test"
68
76
COMMAND napi_test-xml-table)
77
+ add_executable (napi_attra_test_xml napi_attra_test.c)
78
+ target_link_libraries (napi_attra_test_xml NeXus_Shared_Library
79
+ ${NAPI_LINK_LIBS} )
80
+ add_test (NAME "NAPI-C-MXML-attra-test" COMMAND napi_attra_test_xml)
69
81
endif ()
70
82
71
83
#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments