Skip to content

Commit f78c741

Browse files
committed
Update MSVC auto test disables to match what somewhat reliably works
1 parent 091dc6c commit f78c741

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ auto_test(conference_invite_merge)
413413
auto_test(conference_peer_nick)
414414
auto_test(conference_simple)
415415
auto_test(conference_two)
416-
auto_test(crypto MSVC_DONT_BUILD)
417-
auto_test(dht MSVC_DONT_BUILD)
416+
auto_test(crypto)
417+
auto_test(dht)
418418
auto_test(encryptsave)
419419
auto_test(file_transfer)
420420
auto_test(file_saving)
@@ -425,7 +425,7 @@ auto_test(invalid_udp_proxy)
425425
auto_test(lan_discovery)
426426
auto_test(lossless_packet)
427427
auto_test(lossy_packet)
428-
auto_test(messenger MSVC_DONT_BUILD)
428+
auto_test(messenger)
429429
auto_test(network)
430430
auto_test(onion)
431431
auto_test(overflow_recvq)
@@ -451,7 +451,7 @@ if(NON_HERMETIC_TESTS)
451451
endif()
452452

453453
if(BUILD_TOXAV)
454-
auto_test(conference_av)
454+
auto_test(conference_av MSVC_DONT_BUILD)
455455
auto_test(toxav_basic)
456456
auto_test(toxav_many)
457457
endif()

0 commit comments

Comments
 (0)