diff tests/libcommon/CMakeLists.txt @ 107:6f4965c26ceb

Server: add basic accounts tests, #682
author David Demelier <markand@malikania.fr>
date Tue, 05 Sep 2017 13:33:57 +0200
parents f4d23ad4aa27
children 119bcc5a727e
line wrap: on
line diff
--- a/tests/libcommon/CMakeLists.txt	Mon Sep 04 19:41:18 2017 +0200
+++ b/tests/libcommon/CMakeLists.txt	Tue Sep 05 13:33:57 2017 +0200
@@ -18,6 +18,7 @@
 
 add_subdirectory(util)
 add_subdirectory(size)
+add_subdirectory(weak_array)
 
 # JavaScript bindings
 add_subdirectory(js-elapsed-timer)