We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56a858 commit 9d6e464Copy full SHA for 9d6e464
1 file changed
tests/cunit/Makefile.am
@@ -20,8 +20,10 @@ test_darray_async test_darray_async_many test_darray_2sync \
20
test_async_multicomp test_async_multi2 test_async_manyproc \
21
test_darray_fill test_decomp_frame test_perf2 test_async_perf \
22
test_darray_vard test_async_1d test_darray_append test_simple \
23
-test_darray_lossycompress test_gdal
24
-
+test_darray_lossycompress
+if PIO_USE_GDAL
25
+ check_PROGRAMS += test_gdal
26
+endif
27
if RUN_TESTS
28
# Tests will run from a bash script.
29
TESTS = run_tests.sh
0 commit comments