diff options
author | Johnathan Corgan | 2009-10-16 12:22:42 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-11-03 07:21:42 -0800 |
commit | 96c92bb05fdbd2d42bb485bee46e63931d465cc3 (patch) | |
tree | 0fe809434adc8a1679eb079cce2fb758b3991928 /gr-pager/python/run_tests.in | |
parent | 5a0887f9138dc4dd0e8e09bb859a513bd7c971e2 (diff) | |
download | gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.tar.gz gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.tar.bz2 gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.zip |
Directory reorganization to newer layout
Top-level applications go into 'apps' (previous commit)
C++ library build goes into 'lib'
SWIG generation goes into 'swig'
Pure python modules/code goes into 'python'
Diffstat (limited to 'gr-pager/python/run_tests.in')
-rw-r--r-- | gr-pager/python/run_tests.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gr-pager/python/run_tests.in b/gr-pager/python/run_tests.in new file mode 100644 index 000000000..6bb0c3980 --- /dev/null +++ b/gr-pager/python/run_tests.in @@ -0,0 +1,10 @@ +#!/bin/sh + +# 1st parameter is absolute path to component source directory +# 2nd parameter is absolute path to component build directory +# 3rd parameter is path to Python QA directory + +@top_builddir@/run_tests.sh \ + @abs_top_srcdir@/gr-pager \ + @abs_top_builddir@/gr-pager \ + @srcdir@ |