comparison tests/util/main.cpp @ 75:f8160d515a76

Irccd: rework a lot the JavaScript library
author David Demelier <markand@malikania.fr>
date Wed, 30 Mar 2016 13:52:47 +0200
parents 1158cffe5a5e
children 1125d90b3b44
comparison
equal deleted inserted replaced
74:35ef15100de8 75:f8160d515a76
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <gtest/gtest.h> 19 #include <gtest/gtest.h>
20 20
21 #include <util.h> 21 #include <irccd/util.h>
22 #include <system.h> 22 #include <irccd/system.h>
23 23
24 namespace irccd { 24 namespace irccd {
25 25
26 /* -------------------------------------------------------- 26 /* --------------------------------------------------------
27 * util::format function 27 * util::format function