aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:54:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:54:09 +0200
commit99055f62e6874a8a56aed858ef1effc7abe2f994 (patch)
treeaa7cf18e71072ec34317ed79bf270c63ac939d5c /INSTALL.md
parent6ca2230b21d370d5ce04b9fb86754eea5260c0cc (diff)
parent0f4312d54665e46ca9b6e5d6bc98e37c18ea4a58 (diff)
downloadayatana-indicator-bluetooth-99055f62e6874a8a56aed858ef1effc7abe2f994.tar.gz
ayatana-indicator-bluetooth-99055f62e6874a8a56aed858ef1effc7abe2f994.tar.bz2
ayatana-indicator-bluetooth-99055f62e6874a8a56aed858ef1effc7abe2f994.zip
Merge branch 'tari01-pr/drop-testing'
Attributes GH PR #50: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/50
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
-```