/* * This file is part of LibNSLayout's tests * Licensed under the ISC License, http://opensource.org/licenses/ISC * Copyright 2015 Michael Drake */ #ifndef nsl_tests_h_ #define nsl_tests_h_ #include #include #include extern void nsl_assert_suite(SRunner *); extern void nsl_nsl_object_suite(SRunner *); #endif