From 0b624c7fba92d74858746328888548d28b55f84a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 19 Jul 2015 15:23:36 +0100 Subject: Add basic tests for creating a layout object. --- test/tests.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/tests.h (limited to 'test/tests.h') diff --git a/test/tests.h b/test/tests.h new file mode 100644 index 0000000..4f7795f --- /dev/null +++ b/test/tests.h @@ -0,0 +1,19 @@ +/* + * This file is part of LibNSLayout's tests + * Licensed under the ISC License, http://opensource.org/licenses/ISC + * Copyright 2015 Michael Drake + */ + +#ifndef nslayout_tests_h_ +#define nslayout_tests_h_ + +#include + +#include + +#include + +extern void nslayout_assert_suite(SRunner *); +extern void nslayout_basic_layout_suite(SRunner *); + +#endif -- cgit v1.2.3