File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -413,8 +413,8 @@ auto_test(conference_invite_merge)
413413auto_test(conference_peer_nick)
414414auto_test(conference_simple)
415415auto_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)
418418auto_test(encryptsave)
419419auto_test(file_transfer)
420420auto_test(file_saving)
@@ -425,7 +425,7 @@ auto_test(invalid_udp_proxy)
425425auto_test(lan_discovery)
426426auto_test(lossless_packet)
427427auto_test(lossy_packet)
428- auto_test(messenger MSVC_DONT_BUILD )
428+ auto_test(messenger)
429429auto_test(network)
430430auto_test(onion)
431431auto_test(overflow_recvq)
@@ -451,7 +451,7 @@ if(NON_HERMETIC_TESTS)
451451endif ()
452452
453453if (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)
457457endif ()
You can’t perform that action at this time.
0 commit comments