blob: f3b4ca5e5c22f97fb8e0e6fb570e0c8c102ca38a [file] [log] [blame]
subrata_modak5c9f1e02008-04-02 09:24:54 +00001This is a README to describe the ltp-devel.patch functional changes.
2
3"make install" is to build and install:
4
5 /opt/ltp/bin/bump
6 /opt/ltp/bin/pan
7 /opt/ltp/bin/scanner
subrata_modak5c9f1e02008-04-02 09:24:54 +00008 /opt/ltp/lib/libltp.a
9 /usr/share/pkgconfig/ltp.pc
subrata_modakb9684522008-05-20 15:37:41 +000010 /opt/ltp/include/
11 /usr/share/man/
subrata_modak5c9f1e02008-04-02 09:24:54 +000012
13"make package" is to rpm package what was installed above:
14
15 /usr/src/redhat/RPMS/i386/ltp-devel-1.0-0.0.i386.rpm
16
17For someone wanting to write a standalone test that uses "libltp.a", then
18their Makefile would compile their test program like this:
19
20 test: test.c
21 cc test.c `pkg-config --cflags --libs ltp`
22
subrata_modakb9684522008-05-20 15:37:41 +000023To read manual pages, then the developer would type:
subrata_modakb23f1232008-06-17 11:36:45 +000024(Most Important man pages)
subrata_modak5c9f1e02008-04-02 09:24:54 +000025
subrata_modakb9684522008-05-20 15:37:41 +000026 man usctest
subrata_modakb23f1232008-06-17 11:36:45 +000027 man pan
28 man tst_res
29 man tst_sig
30 man tst_set_error
31 man tst_tmpdir
32 man parse_opts
subrata_modak5c9f1e02008-04-02 09:24:54 +000033
subrata_modakb23f1232008-06-17 11:36:45 +000034(Others)
35 man 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