Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixHDF5
Commits
2241ac3d
Commit
2241ac3d
authored
Nov 25, 2020
by
Pierre Aubert
Browse files
Activate test
parent
13185544
Pipeline
#92624
passed with stages
in 2 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
TESTS/TEST_BASE_CONFIG/CMakeLists.txt
TESTS/TEST_BASE_CONFIG/CMakeLists.txt
+3
-0
TESTS/callGenerator.cmake
TESTS/callGenerator.cmake
+0
-2
No files found.
TESTS/TEST_BASE_CONFIG/CMakeLists.txt
View file @
2241ac3d
...
...
@@ -8,4 +8,7 @@ call_generator(test_base_config_lib baseConfig.ph5)
add_executable
(
test_base_config main.cpp
)
target_link_libraries
(
test_base_config test_base_config_lib
${
HDF5_CXX_LIBRARIES
}
)
add_test
(
NAME TestBaseConfig
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/test_base_config
WORKING_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
)
TESTS/callGenerator.cmake
View file @
2241ac3d
...
...
@@ -12,8 +12,6 @@ function(call_generator targetName)
get_filename_component
(
absolutePath
${
configFile
}
ABSOLUTE
)
list
(
APPEND listInputFile
${
absolutePath
}
)
message
(
STATUS
"Absolute path '
${
absolutePath
}
'"
)
get_filename_component
(
baseNameConfig
${
configFile
}
NAME_WE
)
set
(
outputFile
"
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
baseNameConfig
}
.cpp"
)
list
(
APPEND listOutputFile
${
outputFile
}
)
...
...
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