SRSUE: Do not add srsue_help nor srsue_version test if the GUI is enabled

This commit is contained in:
Xavier Arteaga 2019-07-18 15:36:57 +02:00 committed by Andre Puschmann
parent d64264d954
commit f616e6f5ad
1 changed files with 2 additions and 0 deletions

View File

@ -52,9 +52,11 @@ endif (RPATH)
# UE initialization test
########################################################################
if(NOT SRSGUI_FOUND)
# Make sure srsue returns 0 and it does not leak
add_test(srsue_version srsue --version)
add_test(srsue_help srsue --help)
endif(NOT SRSGUI_FOUND)
# Checks that ue.conf.example is valid and it does not leak memory if RF fails
if (ZEROMQ_FOUND)