Microchip® Advanced Software Framework

sam/drivers/picouart/unit_tests/unit_tests.c File Reference

Unit tests for PICOUART driver.

Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.

#include <asf.h>
#include <conf_test.h>
#include "board_monitor.h"

Functions

int main (void)
 Run PICOUART driver unit tests. More...
 
void PM_Handler (void)
 
static void run_getversion_test (const struct test_case *test)
 Test board monitor functions. More...
 
static void run_picouart_test (const struct test_case *test)
 Test wakeup functions. More...
 

void PM_Handler ( void  )
static void run_getversion_test ( const struct test_case test)
static

Test board monitor functions.

Parameters
testCurrent test case.

References test_assert_true.

Referenced by main().