Fix help test bin path

This commit is contained in:
Christian W. Zuckschwerdt 2019-02-15 13:13:12 +01:00
parent cab7ca924d
commit 7d26a72015

View file

@ -31,4 +31,4 @@ endforeach(testSrc)
########################################################################
# Define integration tests
########################################################################
add_test(rtl_433_help rtl_433 -h)
add_test(rtl_433_help ../src/rtl_433 -h)