16cd6a6acSopenharmony_ci/* 26cd6a6acSopenharmony_ci * Author: Karl MacMillan <kmacmillan@tresys.com> 36cd6a6acSopenharmony_ci * 46cd6a6acSopenharmony_ci * Copyright (C) 2006 Tresys Technology, LLC 56cd6a6acSopenharmony_ci * 66cd6a6acSopenharmony_ci * This library is free software; you can redistribute it and/or 76cd6a6acSopenharmony_ci * modify it under the terms of the GNU Lesser General Public 86cd6a6acSopenharmony_ci * License as published by the Free Software Foundation; either 96cd6a6acSopenharmony_ci * version 2.1 of the License, or (at your option) any later version. 106cd6a6acSopenharmony_ci * 116cd6a6acSopenharmony_ci * This library is distributed in the hope that it will be useful, 126cd6a6acSopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of 136cd6a6acSopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 146cd6a6acSopenharmony_ci * Lesser General Public License for more details. 156cd6a6acSopenharmony_ci * 166cd6a6acSopenharmony_ci * You should have received a copy of the GNU Lesser General Public 176cd6a6acSopenharmony_ci * License along with this library; if not, write to the Free Software 186cd6a6acSopenharmony_ci * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 196cd6a6acSopenharmony_ci */ 206cd6a6acSopenharmony_ci 216cd6a6acSopenharmony_ci#ifndef __TEST_DEPS_H__ 226cd6a6acSopenharmony_ci#define __TEST_DEPS_H__ 236cd6a6acSopenharmony_ci 246cd6a6acSopenharmony_ci#include <CUnit/Basic.h> 256cd6a6acSopenharmony_ci 266cd6a6acSopenharmony_ciint deps_test_init(void); 276cd6a6acSopenharmony_ciint deps_test_cleanup(void); 286cd6a6acSopenharmony_ciint deps_add_tests(CU_pSuite suite); 296cd6a6acSopenharmony_ci 306cd6a6acSopenharmony_ci#endif 31