1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 17:41:56 +00:00

remove valgrind checking since now it is optional

Change-Id: I39dc6b3e23307fd039775983b6d68878547523ba
This commit is contained in:
Derek Dai 2017-04-22 16:16:59 +08:00
parent d8d85c1b97
commit 91ef1b79ff

View file

@ -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)
# #