aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-11-03 20:46:46 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-08 12:47:19 +0100
commitf4410e0dcde4b9e177dbe4620edd99a11abed963 (patch)
tree5479342c15c56f45be35b3db5f952f1ffbf3e816 /tests
parent99e774d52a1095df0415b0906a9622f3ff9e9229 (diff)
downloadayatana-indicator-sound-f4410e0dcde4b9e177dbe4620edd99a11abed963.tar.gz
ayatana-indicator-sound-f4410e0dcde4b9e177dbe4620edd99a11abed963.tar.bz2
ayatana-indicator-sound-f4410e0dcde4b9e177dbe4620edd99a11abed963.zip
Rename UNITY_API*
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index b1142f9..10c3cf5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -325,7 +325,7 @@ add_test(indicator-test
indicator-test
)
-if(UNITY_API_FOUND)
+if(LOMIRI_API_FOUND)
add_subdirectory(integration)
endif()
add_subdirectory(dbus-types)