Update MSVC auto test disables to match what somewhat reliably works

This commit is contained in:
Robin Linden 2022-01-08 19:27:47 +01:00
parent 091dc6c833
commit f78c741790
No known key found for this signature in database
GPG Key ID: 601A604B7E605776

View File

@ -413,8 +413,8 @@ auto_test(conference_invite_merge)
auto_test(conference_peer_nick)
auto_test(conference_simple)
auto_test(conference_two)
auto_test(crypto MSVC_DONT_BUILD)
auto_test(dht MSVC_DONT_BUILD)
auto_test(crypto)
auto_test(dht)
auto_test(encryptsave)
auto_test(file_transfer)
auto_test(file_saving)
@ -425,7 +425,7 @@ auto_test(invalid_udp_proxy)
auto_test(lan_discovery)
auto_test(lossless_packet)
auto_test(lossy_packet)
auto_test(messenger MSVC_DONT_BUILD)
auto_test(messenger)
auto_test(network)
auto_test(onion)
auto_test(overflow_recvq)
@ -451,7 +451,7 @@ if(NON_HERMETIC_TESTS)
endif()
if(BUILD_TOXAV)
auto_test(conference_av)
auto_test(conference_av MSVC_DONT_BUILD)
auto_test(toxav_basic)
auto_test(toxav_many)
endif()