cmd: Add some tests to the test suite
authorSimon Wilkinson <sxw@your-file-system.com>
Sat, 23 Apr 2011 15:42:54 +0000 (11:42 -0400)
committerDerrick Brashear <shadow@dementia.org>
Tue, 26 Apr 2011 04:51:09 +0000 (21:51 -0700)
commit376e24b2ee910af99f65aba472e9553dc509aa5d
tree9658ff0e437bb6e383202864040af7648e608a6e
parent0631fb7567da72e2a9df393beff22fbb98b67011
cmd: Add some tests to the test suite

Add some tests for the command library to the integrated test
suite in tests. These are far from complete, and are mainly there
to ensure that we don't break any of this functionality when modifying
the library.

Change-Id: Ib6fbdca114c005c32c5ba8c41f9e350ca67e1fb8
Reviewed-on: http://gerrit.openafs.org/4538
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Makefile.in
configure.ac
tests/Makefile.in
tests/TESTS
tests/cmd/.gitignore [new file with mode: 0644]
tests/cmd/Makefile.in [new file with mode: 0644]
tests/cmd/command-t.c [new file with mode: 0644]