From ab02bc9bb15614ad6b199300a86ea98b386e838e Mon Sep 17 00:00:00 2001
From: Philip Balister <philip@balister.org>
Date: Thu, 5 Dec 2013 13:18:03 -0500
Subject: Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to
 use when cross compiling.

With this (and the prior) patch, you can mount the compile directory on the target and run
the QA code (as long as the paths are the same). The qtgui tests fail if there is no X
server. Volk seems to fail for hard float builds.

We'll need to look at adding thes changes to gr_modtool.

Signed-off-by: Philip Balister <philip@balister.org>
---
 gr-fft/python/fft/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-fft/python')

diff --git a/gr-fft/python/fft/CMakeLists.txt b/gr-fft/python/fft/CMakeLists.txt
index e0bc19124d..b5a8c9d4f7 100644
--- a/gr-fft/python/fft/CMakeLists.txt
+++ b/gr-fft/python/fft/CMakeLists.txt
@@ -41,6 +41,6 @@ if(ENABLE_TESTING)
   file(GLOB py_qa_test_files "qa_*.py")
   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} ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} ${py_qa_test_file})
+    GR_ADD_TEST(${py_qa_test_name} ${QA_PYTHON_EXECUTABLE} ${PYTHON_DASH_B} ${py_qa_test_file})
   endforeach(py_qa_test_file)
 endif(ENABLE_TESTING)
-- 
cgit v1.2.3