Skip to content

Commit 2848f4b

Browse files
committed
Added missing files to dist.
1 parent 26d0969 commit 2848f4b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/libtests/utils/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ testutils_SOURCES = \
2828
testutils.cc
2929

3030
noinst_HEADERS = \
31-
TestPointsStream.hh
31+
TestPointsStream.hh \
32+
TestSpatialdataVersion.hh
3233

3334
testutils_LDFLAGS =
3435

tests/pytests/utils/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ dist_check_SCRIPTS = testutils.py
2121

2222
noinst_PYTHON = \
2323
TestChangeCoordSys.py \
24-
TestConvertApp.py
24+
TestConvertApp.py \
25+
TestSpatialdataVersion.py
2526

2627
data_TMP = in.txt out.txt
2728

0 commit comments

Comments
 (0)