Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
README: explain how to run tests on ramdisk
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Nov 21, 2016
1 parent ffbf8da commit 009f1be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ Compiling and installing newsbeuter is as simple as:

(And if you ever need to uninstall it, use `make uninstall`.)

Tests
-----

If you're a developer, here's how you can run the test suite:

make -j5 PROFILE=1 all test
(cd test && TMPDIR=/dev/shm ./test --order rand)

Note the use of ramdisk as `TMPDIR`: some of our tests require temporary files,
which degrades the performance quite a bit if `TMPDIR` isn't in-memory.

Contact
-------
Andreas Krennmair <ak@newsbeuter.org>
Expand Down

0 comments on commit 009f1be

Please sign in to comment.