* HACKING: Typo

This commit is contained in:
Alexandre Duret-Lutz 2013-03-28 14:14:28 +01:00
parent 6835973abe
commit 4b70453d74

View file

@ -125,7 +125,7 @@ Running coverage tests
First, compile (and link) Spot with coverage enabled.
% ./configure CXX='gcc --coverage'
% ./configure CXX='g++ --coverage'
% make
Then run the test suite (or any program you want to study).