diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-12 21:58:32 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-28 20:27:35 +0200 |
commit | f118cdcdd878ac740223863dc82fa21a8c3aa5bd (patch) | |
tree | a70261b75e52540aaed69d528493cbf3a58d192f /tests | |
parent | 05cb85567d0eea78a2407ee8367f50afcd14cc65 (diff) | |
download | ayatana-indicator-sound-f118cdcdd878ac740223863dc82fa21a8c3aa5bd.tar.gz ayatana-indicator-sound-f118cdcdd878ac740223863dc82fa21a8c3aa5bd.tar.bz2 ayatana-indicator-sound-f118cdcdd878ac740223863dc82fa21a8c3aa5bd.zip |
tests/integration/: Don't avoid integration tests when user is jenkins.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index d20fa8f..5b6c9ea 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -99,12 +99,10 @@ execute_process( OUTPUT_STRIP_TRAILING_WHITESPACE ) -if(NOT "${TESTS_USER}" STREQUAL "jenkins") - add_test( +add_test( integration-tests integration-tests - ) -endif() +) set( SET-VOLUME-SRC |