File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ target_include_directories(test_sgeobj_utility PRIVATE "./")
6565target_link_libraries (test_sgeobj_utility PRIVATE sgeobj cull comm commlists uti ${SGE_LIBS} )
6666add_test (NAME test_sgeobj_utility COMMAND test_sgeobj_utility )
6767
68+ add_executable (test_sgeobj_role test_sgeobj_role.cc )
69+ target_include_directories (test_sgeobj_role PRIVATE "./" )
70+ target_link_libraries (test_sgeobj_role PRIVATE sgeobj cull comm commlists uti ${SGE_LIBS} )
71+ add_test (NAME test_sgeobj_role COMMAND test_sgeobj_role )
72+
6873if (INSTALL_SGE_TEST)
6974 install (TARGETS test_sgeobj_eval_expression DESTINATION testbin/${SGE_ARCH} )
7075 install (TARGETS test_sgeobj_performance DESTINATION testbin/${SGE_ARCH} )
@@ -75,4 +80,5 @@ if (INSTALL_SGE_TEST)
7580 install (TARGETS test_sgeobj_resource_quota DESTINATION testbin/${SGE_ARCH} )
7681 install (TARGETS test_sgeobj_schedd_conf DESTINATION testbin/${SGE_ARCH} )
7782 install (TARGETS test_sgeobj_utility DESTINATION testbin/${SGE_ARCH} )
83+ install (TARGETS test_sgeobj_role DESTINATION testbin/${SGE_ARCH} )
7884endif ()
You can’t perform that action at this time.
0 commit comments