We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d0969 commit 2848f4bCopy full SHA for 2848f4b
tests/libtests/utils/Makefile.am
@@ -28,7 +28,8 @@ testutils_SOURCES = \
28
testutils.cc
29
30
noinst_HEADERS = \
31
- TestPointsStream.hh
+ TestPointsStream.hh \
32
+ TestSpatialdataVersion.hh
33
34
testutils_LDFLAGS =
35
tests/pytests/utils/Makefile.am
@@ -21,7 +21,8 @@ dist_check_SCRIPTS = testutils.py
21
22
noinst_PYTHON = \
23
TestChangeCoordSys.py \
24
- TestConvertApp.py
+ TestConvertApp.py \
25
+ TestSpatialdataVersion.py
26
27
data_TMP = in.txt out.txt
0 commit comments