Added a "check" target to run the testsuite.

This commit is contained in:
Juan RP
2014-10-06 12:28:26 +02:00
parent d4e720978f
commit eac1246a90
2 changed files with 10 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ To run the test suite make sure *kyua* is installed and run the following:
```
$ ./configure --enable-tests --enable-debug
$ make
$ LD_PRELOAD=$PWD/lib/libxbps.so kyua test -k tests/xbps/Kyuafile
$ make check
```
### Build instructions