Fix the creation of the dumpdir directory in stress_floppy Makefile
[ltp-debian.git] / README.ltp-devel.in
blob55389972be18f0cedeea2bac88592e1fce898d4d
1 This is a README to describe the ltp-devel.patch functional changes.
3 "make install" is to build and install:
5         @prefix@/bin/ltp-bump
6         @prefix@/bin/ltp-pan
7         @prefix@/bin/ltp-scanner
8         @prefix@/lib/libltp.a
9         @datarootdir@/pkgconfig/ltp.pc
10         @prefix@/include/
11         @mandir@
13 "make package" is to rpm package what was installed above:
15         /usr/src/redhat/RPMS/i386/ltp-devel-1.0-0.0.i386.rpm
17 For someone wanting to write a standalone test that uses "libltp.a", then
18 the Makefile to compile their test program would look like this:
20         test: test.c
21                 $(COMPILE.o) $(OUTPUT_OPTION) $^ `pkg-config --cflags --libs ltp`
23 To read manual pages, then the developer would type:
24 (Most Important man pages)
26         man usctest
27         man ltp-pan
28         man tst_res
29         man tst_sig
30         man tst_set_error
31         man tst_tmpdir
32         man parse_opts
34 (Others)
35         man ltp-bump
36         man doio
37         man iogen
38         man forker
39         man pattern
40         man random_range_seed
41         man string_to_tokens
42         man get_attrib
43         man parse_open_flags
44         man parse_ranges
45         man random_range
46         man rmobj
47         man str_to_bytes
48         man write_log