Verified Commit b86aeb49 authored by ANA MANZANO RODRIGUEZ's avatar ANA MANZANO RODRIGUEZ Committed by Alberto Miranda
Browse files

c test implemented

parent ec505f85
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@ foreach(example IN LISTS examples_c)
  target_link_libraries(${example}_c PUBLIC adm_iosched)
  set_target_properties(${example}_c PROPERTIES OUTPUT_NAME ${example})
endforeach()

enable_testing()

add_test(ADM_register_job_test ADM_register_job ofi+tcp://127.0.0.1:52000 42)
 No newline at end of file