From 47be9ff57e72906660bb62a515222f482131e1fb Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Fri, 11 Apr 2014 09:37:53 +0200 Subject: Create setools-3.3.7 git repo --- libapol/tests/constrain-tests.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libapol/tests/constrain-tests.h (limited to 'libapol/tests/constrain-tests.h') diff --git a/libapol/tests/constrain-tests.h b/libapol/tests/constrain-tests.h new file mode 100644 index 0000000..e87c020 --- /dev/null +++ b/libapol/tests/constrain-tests.h @@ -0,0 +1,33 @@ +/** + * @file + * + * Declarations for libapol constraint tests. + * + * + * Copyright (C) 2010 Tresys Technology, LLC + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef CONSTRAIN_TESTS_H +#define CONSTRAIN_TESTS_H + +#include + +extern CU_TestInfo constrain_tests[]; +extern int constrain_init(); +extern int constrain_cleanup(); + +#endif -- cgit