diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index e9054b53..e8ff044c 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -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)