File tree Expand file tree Collapse file tree
Examples/flp2epn-distributed Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,3 +67,13 @@ EndForEach (_file RANGE 0 ${_length})
6767add_test (NAME run_flp2epn_distributed COMMAND ${CMAKE_BINARY_DIR} /Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh )
6868set_tests_properties (run_flp2epn_distributed PROPERTIES TIMEOUT "30" )
6969set_tests_properties (run_flp2epn_distributed PROPERTIES PASS_REGULAR_EXPRESSION "acknowledged after" )
70+
71+ install (FILES ${CMAKE_BINARY_DIR} /bin/startFLP2EPN-distributed.sh
72+ ${CMAKE_BINARY_DIR} /Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh
73+ DESTINATION ${CMAKE_INSTALL_PREFIX} /bin)
74+
75+ install (FILES ${CMAKE_BINARY_DIR} /bin/config/flp2epn-prototype.json
76+ ${CMAKE_BINARY_DIR} /bin/config/flp2epn-prototype-dds.json
77+ ${CMAKE_BINARY_DIR} /bin/config/flp2epn-dds-topology.xml
78+ ${CMAKE_BINARY_DIR} /bin/config/flp2epn-dds-hosts.cfg
79+ DESTINATION ${CMAKE_INSTALL_PREFIX} /bin/config)
You can’t perform that action at this time.
0 commit comments