Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RunControl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-tdaq-software
RunControl
Commits
224d5992
There was a problem fetching the latest pipeline status.
Commit
224d5992
authored
8 years ago
by
Giuseppe Avolio
Browse files
Options
Downloads
Patches
Plain Diff
Added unit test
parent
8014e08d
No related branches found
No related tags found
No related merge requests found
Pipeline
#42314
failed with stage
Changes
1
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+19
-7
19 additions, 7 deletions
CMakeLists.txt
with
19 additions
and
7 deletions
CMakeLists.txt
+
19
−
7
View file @
224d5992
...
...
@@ -140,17 +140,19 @@ tdaq_add_executable(rc_example_app_rm
bin/rc_example_application_rm.cxx
LINK_LIBRARIES rc_ItemCtrl rc_CmdLine tdaq-common::ers osw rmgr
)
# TODO: CPPUNIT
#
#tdaq_add_executable(rc_test_fsm
# test/test_fsm.cxx
# LINK_LIBRARIES )
tdaq_add_executable
(
rc_test_fsm
test/test_fsm.cxx
LINK_LIBRARIES CppUnit rc_FSMStates rc_FSMCommands rc_FSMRoot rc_FSMLeaf rc_RCCommands tdaq-common::ers
)
tdaq_add_executable
(
rc_test_ctrl
test/test_rc_app.cxx
INCLUDE_DIRECTORIES tmgr
LINK_LIBRARIES rc_Commander ipc tdaq-common::ers Boost::program_options
)
tdaq_add_executable
(
rc_test_cbk
test/test_callback.cxx
LINK_LIBRARIES rc_Commander ipc tdaq-common::ers Boost::program_options
)
tdaq_add_library
(
rc_PyModules
src/Python/RCPyBindings
LINK_LIBRARIES Boost::python PythonLibs tdaq-common::ers ipc rc_RCCommands rc_FSMCommands rc_FSMStates rc_Commander
)
...
...
@@ -171,6 +173,16 @@ tdaq_add_jar(JRunControl
INCLUDE_JARS TestManager/newtestdal.jar ipc/ipc.jar Jers/ers.jar TDAQExtJars/external.jar
OUTPUT_NAME RunControl
)
# FIXME: install python, generated IDL files, idl file, RunControl.jar
tdaq_add_python_files
(
python/rcpy.py
)
add_test
(
NAME FSMTest COMMAND rc_test_fsm
)
#create_javadoc(RunControl
# PACKAGES daq.rc
# SOURCEPATH jsrc
# WINDOWTITLE "RunControl"
# DOCTITLE "<h1>RunControl</h1>"
# AUTHOR TRUE
# USE TRUE
# VERSION TRUE
#)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment