test_sysdb_utils.c revision e2405de14e2fb3d58af4108ecc2726818e6c7c71
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber sysdb_utils - Tests for various sysdb calls
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber Sumit Bose <sbose@redhat.com>
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber Copyright (C) 2015 Red Hat
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber This program is free software; you can redistribute it and/or modify
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber it under the terms of the GNU General Public License as published by
72d0e1cb2facaa4b8ba2f15e311d6bb9491badb7Stéphane Graber the Free Software Foundation; either version 3 of the License, or
72d0e1cb2facaa4b8ba2f15e311d6bb9491badb7Stéphane Graber (at your option) any later version.
72d0e1cb2facaa4b8ba2f15e311d6bb9491badb7Stéphane Graber This program is distributed in the hope that it will be useful,
72d0e1cb2facaa4b8ba2f15e311d6bb9491badb7Stéphane Graber but WITHOUT ANY WARRANTY; without even the implied warranty of
72d0e1cb2facaa4b8ba2f15e311d6bb9491badb7Stéphane Graber MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber GNU General Public License for more details.
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber You should have received a copy of the GNU General Public License
525421c923d798cdea9e5691bcee1e5e5530491dStéphane Graber along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <popt.h>
#include "tests/cmocka/common_mock.h"
int ret;
const char *guid;
int rv;
int opt;
switch(opt) {
return rv;