Skip to content

Commit 7e0467e

Browse files
committed
Fix name of the umf-standalone_examples test
Replace umf_standalone_examples with umf-standalone_examples. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent ebd6ac4 commit 7e0467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ if(LINUX
552552

553553
if(EXAMPLES AND NOT UMF_DISABLE_HWLOC)
554554
add_test(
555-
NAME umf_standalone_examples
555+
NAME umf-standalone_examples
556556
COMMAND
557557
${UMF_CMAKE_SOURCE_DIR}/test/test_examples.sh
558558
${UMF_CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}

0 commit comments

Comments
 (0)