/* * 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_nslayout_object_suite(SRunner *); #endif