summaryrefslogtreecommitdiff
path: root/test/tests.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-08-15 13:41:42 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-08-15 13:43:01 +0100
commit6a783002e8b17995132fc6334b4e0900c36bf9a0 (patch)
treef94f63f95c6f9997553d31b46ca08743597b584b /test/tests.h
parentb77ae8ab7d1ce435d8afd3c77613c5a56c477025 (diff)
downloadlibnslayout-6a783002e8b17995132fc6334b4e0900c36bf9a0.tar.gz
libnslayout-6a783002e8b17995132fc6334b4e0900c36bf9a0.tar.bz2
Library: Use `nsl` as library namespace.
Diffstat (limited to 'test/tests.h')
-rw-r--r--test/tests.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tests.h b/test/tests.h
index 9f05d9c..fd89bea 100644
--- a/test/tests.h
+++ b/test/tests.h
@@ -4,8 +4,8 @@
* Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
*/
-#ifndef nslayout_tests_h_
-#define nslayout_tests_h_
+#ifndef nsl_tests_h_
+#define nsl_tests_h_
#include <signal.h>
@@ -13,7 +13,7 @@
#include <libnslayout/nslayout.h>
-extern void nslayout_assert_suite(SRunner *);
-extern void nslayout_nslayout_object_suite(SRunner *);
+extern void nsl_assert_suite(SRunner *);
+extern void nsl_nsl_object_suite(SRunner *);
#endif