/*
Authors:
Sumit Bose <sbose@redhat.com>
Copyright (C) 2017 Red Hat
SSSD tests - sdap certmap
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdarg.h>
#include <stdbool.h>
#include <setjmp.h>
#include <unistd.h>
#include <cmocka.h>
#include <popt.h>
#include "providers/ldap/ldap_common.h"
NULL };
struct certmap_test_ctx {
};
{
int ret;
};
struct certmap_test_ctx);
return 0;
}
{
return 0;
}
{
int ret;
struct certmap_test_ctx);
}
{
int ret;
struct certmap_test_ctx);
}
{
int ret;
struct certmap_test_ctx);
}
{
int ret;
struct certmap_test_ctx);
}
{
int rv;
int opt;
};
};
/* Set debug level to invalid value so we can decide if -d 0 was used. */
switch(opt) {
default:
return 1;
}
}
return rv;
}