Due to the changes introduced by the Automake migration, system tests
requiring Python (chain, pipelined, qmin, tcp), dynamic loading of
shared objects (dlzexternal, dyndb, filter-aaaa), or LMDB (nzd2nzf)
currently do not work on Windows. Temporarily disable them on that
platform by moving them from the PARALLEL_COMMON list to the
PARALLEL_UNIX list until the situation is rectified.
case
catz
cds
-chain
checkconf
checknames
checkzone
database
digdelv
dlz
-dlzexternal
dns64
dscp
dsdigest
-dyndb
ecdsa
eddsa
ednscompliance
emptyzones
fetchlimit
-filter-aaaa
formerr
forward
geoip2
notify
nslookup
nsupdate
-nzd2nzf
padding
pending
-pipelined
-qmin
reclimit
redirect
resolver
statschannel
stub
synthfromdnssec
-tcp
tkey
tools
tsig
SEQUENTIAL_UNIX="@PKCS11_TEST@"
SEQUENTIALDIRS="$SEQUENTIAL_COMMON $SEQUENTIAL_UNIX"
-PARALLEL_UNIX="@DNSTAP@ logfileconfig"
+PARALLEL_UNIX="@DNSTAP@
+chain
+dlzexternal
+dyndb
+filter-aaaa
+logfileconfig
+nzd2nzf
+pipelined
+qmin
+tcp"
PARALLELDIRS="$PARALLEL_COMMON $PARALLEL_UNIX"
SUBDIRS="$SEQUENTIALDIRS $PARALLELDIRS"