1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38: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 committed by Alberto Fanjul
parent 3dec3e9b83
commit a395c3c7af

View file

@ -11,8 +11,6 @@ if check.found()
dependencies: deps
)
valgrind = find_program('valgrind')
test('rtsp test', test_rtsp)
test('wpas test', test_wpas)
test('valgrind test', test_valgrind)