Skip to content

Commit edfbe8a

Browse files
committed
Fix paths in test pipeline
1 parent ac608bf commit edfbe8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Ignore files generated by CMake from a file template
2+
tests/pdal-stats.las
23
tests/data/*.json
34
tests/pdal/capi/*Test.c
45

tests/data/stats.json.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"pipeline":[
3-
"@CMAKE_SOURCE_DIR@/test/data/las/1.2-with-color.las",
3+
"@CMAKE_SOURCE_DIR@/tests/data/las/1.2-with-color.las",
44
{
55
"type":"filters.stats"
66
},
7-
"@CMAKE_SOURCE_DIR@/test/temp/pdal-stats.las"
7+
"@CMAKE_SOURCE_DIR@/tests/pdal-stats.las"
88
]
99
}

0 commit comments

Comments
 (0)