Skip to content

Commit

Permalink
Do not recommend running tests
Browse files Browse the repository at this point in the history
References #190.
  • Loading branch information
gaul committed Oct 8, 2019
1 parent 4f3cdfc commit 6452c64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,23 +186,23 @@ Install with
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc (and overwrites existing files),
README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8

Run the tests now, see two sections below.

If you would like to compile with Clang instead of GCC, simply set your system's
default compiler to be Clang. Tested with Clang 3.8 and 3.9. Tested with Clang
4.0 along with llvm-lld (The LLVM Linker).


Run The Tests (Recommended)
---------------------------
It is recommended to run the tests after installing the program. Please run the following command _from within the source directory_.
Run The Tests (Optional)
------------------------
Users may run the tests after installing the program. Please run the following command _from within the source directory_.

sudo ./bin/mbpfan -t

or

sudo make tests

Note that this only works on MacBook and not desktop computers due to different environment expectations.


## Run Instructions

Expand Down

0 comments on commit 6452c64

Please sign in to comment.