Hi,
background:
LTP's library (lib/tst_res.c) supports a common test results output
format. LTP also provides tools/apicmds/ltpapicmd.c as a command-line
interface to the test results library code.
I want to use some common test results format in some automated
kernel testing that I am doing (just plain text, not XML :).
I could make up a(nother) test results format, but why do that?
or I could choose something else that is already out there.
Anyway, I'm testing using the LTP API command-line tools with
non-LTP tests, so I have made a small tarball of lib/tst_res.c,
tools/apicmds/ltpapicmd.c, 2 .h files, and a new Makefile so that
these can be built and installed for other users of them.
The .c and .h files are used without modifications. Here is the
Notes file from the tarball:
---
ltp-tstres-001: 20071231
Provides LTP standard common output test results command-line tools
that can be used by other testing projects so that all can share a
common test results output format.
Taken from ltp-full-20071130 (unmodified):
tools/apicmds/ltpapicmd.c
lib/tst_res.c
include/test.h
include/usctest.h
+ (new) Makefile, which builds binary 'ltp_tst_res' & will install it
(using "make install") into DESTDIR=/usr/local/bin and make symlinks for
the (8) LTP tst_xyz command-line tools. "make uninstall" removes the
installed files.
---
The tarball for release 001 is available at:
http://oss.oracle.com/~rdunlap/ltp-tstres/ltp-tstres-001.tar.gz
(this may not be a permanent location)
---
~Randy
desserts: http://www.xenotime.net/linux/recipes/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list