Skip to content

Commit 6452c64

Browse files
committed
Do not recommend running tests
References #190.
1 parent 4f3cdfc commit 6452c64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -186,23 +186,23 @@ Install with
186186
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc (and overwrites existing files),
187187
README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8
188188

189-
Run the tests now, see two sections below.
190-
191189
If you would like to compile with Clang instead of GCC, simply set your system's
192190
default compiler to be Clang. Tested with Clang 3.8 and 3.9. Tested with Clang
193191
4.0 along with llvm-lld (The LLVM Linker).
194192

195193

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

200198
sudo ./bin/mbpfan -t
201199

202200
or
203201

204202
sudo make tests
205203

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

207207
## Run Instructions
208208

0 commit comments

Comments
 (0)