From c94a2ccb4a973621e29ff10a6b6a12bcee74d169 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 20 Apr 2019 01:29:13 +0200 Subject: [PATCH] Added example for EXTRA_TEST_ARGS. --- CMakeLists.txt | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bb2471..63181fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.6) project (mastodon-cpp - VERSION 0.104.0 + VERSION 0.105.0 LANGUAGES CXX ) diff --git a/README.md b/README.md index 4a8e556..ee9b44b 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,8 @@ cmake options: * `-DWITH_TESTS=YES` if you want to compile the tests * `-DEXTRA_TEST_ARGS` to run only some tests * Possible values: `[api]`, `[mastodon]`, `[glitch-soc]`, `[pleroma]` + * Example: `-DEXTRA_TEST_ARGS=[pleroma]![mastodon]` to run the tests for features + in Pleroma that are not in Mastodon. * `-DWITH_DOC=NO` if you don't want to compile the HTML reference * One of: * `-DWITH_DEB=YES` if you want to be able to generate a deb-package