Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
1e91657f
Commit
1e91657f
authored
Mar 31, 2016
by
GILLES Sebastien
Browse files
#873
SCons: add new test in SCons build.
parent
c8f510a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Sources/Test/SConscript
View file @
1e91657f
...
...
@@ -71,12 +71,21 @@ main_test_fiber_list_manager_src = Split('''
test_fiber_list_manager
=
custom
.
HappyHeartProgram
(
env
,
'test_fiber_list_manager'
,
main_test_fiber_list_manager_src
,
[])
main_test_parameter_time_dep
=
Split
(
'''
Parameter/TimeDependency/Model.cpp
Parameter/TimeDependency/main.cpp
'''
)
test_parameter_time_dep
=
custom
.
HappyHeartProgram
(
env
,
'test_parameter_time_dep'
,
main_test_parameter_time_dep
,
[])
list_exec
.
extend
((
test
,
test_coloring
,
test_conform_operator
,
test_p1_to_p2
,
test_p1_to_p1b
,
test_fiber_list_manager
test_fiber_list_manager
,
test_parameter_time_dep
))
#test_ondomatic_numbering deactivated for the moment #523
Return
(
'list_exec'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment