commit | c8609551485cfca6f9629c565b9dd5f02aa14f3e | [log] [tgz] |
---|---|---|
author | Khaled Hosny <khaledhosny@eglug.org> | Wed Dec 06 00:43:28 2017 +0200 |
committer | Khaled Hosny <khaledhosny@eglug.org> | Wed Dec 06 15:25:10 2017 +0200 |
tree | 59df9014bb46655059d01f80e9afbce881e0d0f9 | |
parent | f19126dd35b03f6e05a67cbc406b3ce4a3e35022 [diff] [blame] |
Add API tests to cmake build
diff --git a/test/api/test-c.c b/test/api/test-c.c index 6e8602f..4b43b83 100644 --- a/test/api/test-c.c +++ b/test/api/test-c.c
@@ -27,7 +27,9 @@ /* This file tests that all headers can be included from .c files */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include <hb.h>