Xmega Application Note


suite.c File Reference

Test suite core functionality. More...

#include <compiler.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdio.h>
#include <test/suite.h>
Include dependency graph for suite.c:

Go to the source code of this file.

Functions

static int test_call (void(*func)(const struct test_case *), const struct test_case *test)
static int test_case_run (const struct test_case *test)
void test_priv_fail (const struct test_case *test, int result, const char *file, unsigned int line, const char __progmem_arg *fmt,...)
static void test_report_failure (const struct test_case *test, const char *stage, int result)
int test_suite_run (const struct test_suite *suite)
 Run a test suite.

Variables

static jmp_buf test_failure_jmpbuf
void * test_priv_data

Detailed Description

Test suite core functionality.

Copyright (C) 2010 Atmel Corporation. All rights reserved.

Definition in file suite.c.

@DOC_TITLE@
Generated on Fri Oct 22 12:15:25 2010 for AVR1300 Using the Xmega ADC by doxygen 1.6.3