Skip to content
Snippets Groups Projects
Commit 00311fab authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Have the cmake install process install a frame wiper and daq ini file archiver.

These are utility scripts used when running the daqd.

checkdaqconfig - freezes the config, archiving it by time & contents
daq_wiper - this deletes old frames to keep disks from filling on a frame writer
parent 409bfc63
No related branches found
No related tags found
1 merge request!131Have the cmake install process install a frame wiper and daq ini file archiver.
......@@ -146,6 +146,12 @@ target_link_libraries(daqd PUBLIC
)
install(TARGETS daqd DESTINATION bin)
install(PROGRAMS util/daq_wiper.py
DESTINATION bin
RENAME daq_wiper)
install(PROGRAMS util/checkdaqconfig.py
DESTINATION bin
RENAME checkdaqconfig)
add_executable(test_daqd_unit_tests tests/test_main.cc
tests/test_daqd_cmask_t.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment