Skip to content
Snippets Groups Projects
Commit 992922ca authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Disabled slab tests, enabled other tests.

parent 68e32c24
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,14 @@ 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
//&dnslib_tests_api, //! DNS library unit
//&server_tests_api, //! Server unit
&slab_tests_api, //! SLAB allocator 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
//&slab_tests_api, //! SLAB allocator 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