Skip to main content

dns_update/tests/
mod.rs

1/*
2 * Copyright Stalwart Labs LLC See the COPYING
3 * file at the top-level directory of this distribution.
4 *
5 * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 * https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 * <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
8 * option. This file may not be copied, modified, or distributed
9 * except according to those terms.
10 */
11
12pub mod alidns_tests;
13pub mod arvancloud_tests;
14pub mod autodns_tests;
15pub mod azuredns_tests;
16pub mod baiducloud_tests;
17pub mod bluecatv2_tests;
18pub mod bunny_test;
19pub mod cloudflare_tests;
20pub mod cloudns_tests;
21pub mod constellix_tests;
22pub mod cpanel_tests;
23pub mod ddnss_tests;
24pub mod desec_tests;
25pub mod digitalocean_tests;
26pub mod dnsimple_tests;
27pub mod dnsmadeeasy_tests;
28pub mod domeneshop_tests;
29pub mod dreamhost_tests;
30pub mod duckdns_tests;
31pub mod dynu_tests;
32pub mod easydns_tests;
33#[cfg(test)]
34pub mod edgedns_tests;
35pub mod exoscale_tests;
36pub mod freemyip_tests;
37pub mod gandiv5_tests;
38pub mod gcore_tests;
39pub mod glesys_tests;
40pub mod godaddy_tests;
41pub mod google_cloud_dns_tests;
42pub mod hetzner_tests;
43pub mod hostingde_tests;
44pub mod hostinger_tests;
45pub mod huaweicloud_tests;
46pub mod hurricane_tests;
47pub mod ibmcloud_tests;
48pub mod infoblox_tests;
49pub mod infomaniak_tests;
50pub mod inwx_tests;
51pub mod ionos_tests;
52pub mod ipv64_tests;
53pub mod joker_tests;
54#[cfg(test)]
55pub mod lib_tests;
56#[cfg(test)]
57pub mod lightsail_tests;
58pub mod linode_tests;
59pub mod luadns_tests;
60pub mod mythicbeasts_tests;
61pub mod namecheap_tests;
62pub mod namedotcom_tests;
63pub mod namesilo_tests;
64pub mod netcup_tests;
65pub mod netlify_tests;
66pub mod nifcloud_tests;
67pub mod ns1_tests;
68#[cfg(any(feature = "ring", feature = "aws-lc-rs"))]
69pub mod oraclecloud_tests;
70pub mod ovh_tests;
71pub mod plesk_tests;
72pub mod porkbun_tests;
73#[cfg(test)]
74pub mod rfc2136_tests;
75#[cfg(test)]
76pub mod route53_tests;
77pub mod safedns_tests;
78pub mod scaleway_tests;
79pub mod spaceship_tests;
80pub mod tencentcloud_tests;
81#[cfg(any(feature = "ring", feature = "aws-lc-rs"))]
82pub mod transip_tests;
83pub mod ultradns_tests;
84pub mod vercel_tests;
85#[cfg(any(feature = "ring", feature = "aws-lc-rs"))]
86pub mod volcengine_tests;
87pub mod vultr_tests;
88pub mod websupport_tests;
89#[cfg(any(feature = "ring", feature = "aws-lc-rs"))]
90pub mod yandexcloud_tests;