mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 19:41:53 +00:00
remove valgrind checking since now it is optional
Change-Id: I39dc6b3e23307fd039775983b6d68878547523ba
This commit is contained in:
parent
d8d85c1b97
commit
91ef1b79ff
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ if check.found()
|
||||||
dependencies: deps
|
dependencies: deps
|
||||||
)
|
)
|
||||||
|
|
||||||
valgrind = find_program('valgrind')
|
test('rtsp test', test_rtsp)
|
||||||
|
test('wpas test', test_wpas)
|
||||||
|
test('valgrind test', test_valgrind)
|
||||||
|
|
||||||
# set(VALGRIND CK_FORK=no valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --leak-resolution=high --error-exitcode=1 --suppressions=${CMAKE_SOURCE_DIR}/test.supp)
|
# set(VALGRIND CK_FORK=no valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --leak-resolution=high --error-exitcode=1 --suppressions=${CMAKE_SOURCE_DIR}/test.supp)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue