aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-09-06 13:25:01 +0200
committerRobert Tari <robert@tari.in>2023-09-06 13:29:54 +0200
commit1d296224eb129c14c8dd28c6c6d3be13fab94e00 (patch)
tree76f0ad355fc769d6f3132caad69486b124856a21 /INSTALL.md
parent25889d67ef8893aaff112ff3202c2acf9d1a9049 (diff)
downloadayatana-indicator-bluetooth-1d296224eb129c14c8dd28c6c6d3be13fab94e00.tar.gz
ayatana-indicator-bluetooth-1d296224eb129c14c8dd28c6c6d3be13fab94e00.tar.bz2
ayatana-indicator-bluetooth-1d296224eb129c14c8dd28c6c6d3be13fab94e00.zip
Drop testing/coverage options
fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/46
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9cef72a..cb52543 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -24,26 +24,3 @@ sudo make install
```
**The install prefix defaults to `/usr`, change it with `-DCMAKE_INSTALL_PREFIX=/some/path`**
-
-## For testers - unit tests only
-
-```
-cd ayatana-indicator-bluetooth-X.Y.Z
-mkdir build
-cd build
-cmake .. -DENABLE_TESTS=ON
-make
-make test
-make cppcheck
-```
-
-## For testers - both unit tests and code coverage
-
-```
-cd ayatana-indicator-bluetooth-X.Y.Z
-mkdir build-coverage
-cd build-coverage
-cmake .. -DENABLE_COVERAGE=ON
-make
-make coverage-html
-```