Skip to content
Snippets Groups Projects
Commit 10ad03ed authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Temporarily disabled other than dnslib tests.

Refs #233
parent 24fd4a58
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,13 @@ int main(int argc, char *argv[])
// Build test set
unit_api *tests[] = {
&skiplist_tests_api, //! Skip list unit
&dthreads_tests_api, //! DThreads testing unit
&da_tests_api, //! Dynamic array unit
&cuckoo_tests_api, //! Cuckoo hashing unit
&zonedb_tests_api, //! Zone database unit
// &skiplist_tests_api, //! Skip list unit
// &dthreads_tests_api, //! DThreads testing unit
// &da_tests_api, //! Dynamic array unit
// &cuckoo_tests_api, //! Cuckoo hashing unit
// &zonedb_tests_api, //! Zone database unit
&dnslib_tests_api, //! DNS library unit
&server_tests_api, //! Server unit
// &server_tests_api, //! Server unit
NULL
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment