README: update instructions to run the tests.
This commit is contained in:
parent
01781b3b7e
commit
d4e720978f
13
README.md
13
README.md
@ -66,10 +66,9 @@ and optionally:
|
|||||||
To run the test suite make sure *kyua* is installed and run the following:
|
To run the test suite make sure *kyua* is installed and run the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
./configure --enable-tests --enable-debug
|
$ ./configure --enable-tests --enable-debug
|
||||||
make
|
$ make
|
||||||
make DESTDIR=~/XBPS install clean
|
$ LD_PRELOAD=$PWD/lib/libxbps.so kyua test -k tests/xbps/Kyuafile
|
||||||
LD_PRELOAD=~/XBPS/usr/local/lib/libxbps.so.2 PATH=~/XBPS/usr/local/sbin:$PATH kyua test -k ~/XBPS/usr/local/tests/xbps/Kyuafile
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build instructions
|
### Build instructions
|
||||||
@ -77,9 +76,9 @@ LD_PRELOAD=~/XBPS/usr/local/lib/libxbps.so.2 PATH=~/XBPS/usr/local/sbin:$PATH ky
|
|||||||
Standard configure script (not generated by GNU autoconf).
|
Standard configure script (not generated by GNU autoconf).
|
||||||
|
|
||||||
```
|
```
|
||||||
./configure --prefix=/blah
|
$ ./configure --prefix=/blah
|
||||||
make -jX
|
$ make -jX
|
||||||
make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
||||||
By default PREFIX is set `/usr/local` and may be changed by setting `--prefix`
|
By default PREFIX is set `/usr/local` and may be changed by setting `--prefix`
|
||||||
|
Loading…
Reference in New Issue
Block a user