Function tests for libustcmd and a C tap library
authorNils Carlson <nils.carlson@ericsson.com>
Mon, 25 Oct 2010 10:06:31 +0000 (12:06 +0200)
committerNils Carlson <nils.carlson@ericsson.com>
Tue, 26 Oct 2010 16:25:42 +0000 (18:25 +0200)
commit48beefc91ce09133eac5a09bd856de83b86a54b6
tree69909731438837a7588ac42825522de3889b0ba7
parent72098143aa5d995802b411e152b89ad252dd37ca
Function tests for libustcmd and a C tap library

This is a bunch of function tests for libustcmd, checking return
values and other things and emitting output directly in TAP format.

I wanted to get better feedback on what is working and what isn't
and also check that functions return intelligent values. The function
tests currently run without ustd. Eventually I want to link ustd into
the testcase as well to check that functions return errors if no ustd
instance was reachable, but right now it's enough that we get some
general feedback.

Signed-off-by: Nils Carlson <nils.carlson@ericsson.com>
Acked-by: David Goulet <david.goulet@polymtl.ca>
configure.ac
tests/Makefile.am
tests/runtests
tests/tap.c [new file with mode: 0644]
tests/tap.h [new file with mode: 0644]
tests/ustcmd_function_tests/Makefile.am [new file with mode: 0644]
tests/ustcmd_function_tests/ustcmd_function_tests.c [new file with mode: 0644]
This page took 0.023419 seconds and 4 git commands to generate.