Skip to content

Commit ca3b49c

Browse files
committed
STYLE: Move test/data to test/Input.
Per standard module conventions.
1 parent d695e0b commit ca3b49c

37 files changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ itk_module_test()
44
set(TESTING_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}/Output")
55
make_directory(${TESTING_OUTPUT_PATH})
66

7-
set(DATA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/data)
7+
set(DATA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Input)
88

99
set( _test
1010
Test_SpeedToPath_GradientDescent_2D.cxx

0 commit comments

Comments
 (0)