commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 07/10: vocoder: fix python QA after unembed


From: git
Subject: [Commit-gnuradio] [gnuradio] 07/10: vocoder: fix python QA after unembed
Date: Wed, 3 Aug 2016 23:35:11 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit 88e53c4bbfeea73675e7a53722f1c258afc647db
Author: Johnathan Corgan <address@hidden>
Date:   Wed Aug 3 15:28:09 2016 -0700

    vocoder: fix python QA after unembed
---
 gr-vocoder/python/vocoder/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-vocoder/python/vocoder/CMakeLists.txt 
b/gr-vocoder/python/vocoder/CMakeLists.txt
index 02a4320..12f7e77 100644
--- a/gr-vocoder/python/vocoder/CMakeLists.txt
+++ b/gr-vocoder/python/vocoder/CMakeLists.txt
@@ -62,6 +62,6 @@ if(ENABLE_TESTING)
   endif()
   foreach(py_qa_test_file ${py_qa_test_files})
     get_filename_component(py_qa_test_name ${py_qa_test_file} NAME_WE)
-    GR_ADD_TEST(${py_qa_test_name} ${QA_PYTHON_EXECUTABLE} ${PYTHON_DASH_B} 
${py_qa_test_file})
+    GR_ADD_TEST(${py_qa_test_name} ${QA_PYTHON_EXECUTABLE} ${PYTHON_DASH_B} 
${CMAKE_CURRENT_SOURCE_DIR}/${py_qa_test_file})
   endforeach(py_qa_test_file)
 endif(ENABLE_TESTING)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]