Skip to content

Commit ce992de

Browse files
committed
Remove auto-generated test files and update .gitignore to ignore them
1 parent 5158407 commit ce992de

File tree

6 files changed

+2
-986
lines changed

6 files changed

+2
-986
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ignore files generated by CMake from a file template
22
tests/pdal-stats.las
33
tests/data/*.json
4-
tests/pdal/capi/*Test.c
4+
tests/pdal/test_pdalc_*.c
55

66
# Ignore doxygen docs
77
/doc/doxygen

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
3636
set(COVERAGE_EXCLUDES
3737
'build/*'
3838
'cmake/*'
39-
'tests/*'
39+
'tests/pdal/*'
4040
'/usr/include/*'
4141
)
4242
endif()

tests/pdal/test_pdalc_pipeline.c

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)