Skip to content

Commit 2d39a8e

Browse files
committed
more test churn
1 parent 3834f76 commit 2d39a8e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

pdal/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ PDAL_PYTHON_ADD_TEST(pdal_io_numpy_test
145145
FILES
146146
./test/NumpyReaderTest.cpp
147147
./test/Support.cpp
148+
./plang/Invocation.cpp
149+
./plang/Environment.cpp
150+
./plang/Redirector.cpp
151+
./plang/Script.cpp
148152
LINK_WITH
149153
${numpy_reader}
150154
${Python3_LIBRARIES}
@@ -160,8 +164,10 @@ PDAL_PYTHON_ADD_TEST(pdal_filters_python_test
160164
FILES
161165
./test/PythonFilterTest.cpp
162166
./test/Support.cpp
163-
./plang/Invocation.cpp
167+
./plang/Invocation.cpp
164168
./plang/Environment.cpp
169+
./plang/Redirector.cpp
170+
./plang/Script.cpp
165171
LINK_WITH
166172
${python_filter}
167173
${Python3_LIBRARIES}

scripts/azp/osx.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,18 @@ jobs:
4040
displayName: Configure OSX SDK
4141
- script: |
4242
source activate pdal
43-
pip install -e .
44-
displayName: 'Build'
43+
pip install .
44+
displayName: 'System install'
4545
- script: |
4646
source activate pdal
4747
which pytest
4848
pytest
49+
pip install -e .
4950
SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
5051
export PDAL_DRIVER_PATH=$SKPATH
5152
$SKPATH/pdal_filters_python_test
5253
$SKPATH/pdal_io_numpy_test
5354
pdal --version
5455
pdal --drivers
55-
displayName: 'Test'
56+
displayName: 'Local test'
5657

0 commit comments

Comments
 (0)