/*
SSSD
InfoPipe
Copyright (C) Stephen Gallagher <sgallagh@redhat.com> 2009
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 <stdlib.h>
#include <check.h>
#include <errno.h>
#include <popt.h>
#include "util/strtonum.h"
/********************
* Utility routines *
********************/
do { \
} while(0)
do { \
} while(0)
do { \
} while(0)
do { \
} while(0)
do { \
} while(0)
/******************
* strtoint tests *
******************/
/* Base-10 */
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
/*******************
* strtouint tests *
*******************/
/* Base-10 */
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
/* Base-10 */
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
char *endptr;
}
{
/* Add all test cases to the suite */
return s;
}
int opt;
int failure_count;
};
/* Set debug level to invalid value so we can decide if -d 0 was used. */
switch(opt) {
default:
return 1;
}
}
/* If CK_VERBOSITY is set, use that, otherwise it defaults to CK_NORMAL */
}