commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7891 - in gnuradio/branches/developers/n4hy/msddLTS:


From: n4hy
Subject: [Commit-gnuradio] r7891 - in gnuradio/branches/developers/n4hy/msddLTS: config gr-msdd6000/src gr-msdd6000/src/python
Date: Thu, 28 Feb 2008 21:56:23 -0700 (MST)

Author: n4hy
Date: 2008-02-28 21:56:22 -0700 (Thu, 28 Feb 2008)
New Revision: 7891

Added:
   gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/
   gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/Makefile.am
   gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/run_tests.in
Modified:
   gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4
   gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/Makefile.am
Log:
preparing python directory to accept examples

Modified: gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4
===================================================================
--- gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4 
2008-02-29 04:40:21 UTC (rev 7890)
+++ gnuradio/branches/developers/n4hy/msddLTS/config/grc_gr_msdd6000.m4 
2008-02-29 04:56:22 UTC (rev 7891)
@@ -23,7 +23,8 @@
     AC_CONFIG_FILES([\
        gr-msdd6000/Makefile \
        gr-msdd6000/src/Makefile \
-       gr-msdd6000/src/lib/Makefile
+       gr-msdd6000/src/lib/Makefile \
+       gr-msdd6000/src/python/Makefile
     ])
 
     passed=yes

Modified: gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/Makefile.am
===================================================================
--- gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/Makefile.am       
2008-02-29 04:40:21 UTC (rev 7890)
+++ gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/Makefile.am       
2008-02-29 04:56:22 UTC (rev 7891)
@@ -19,4 +19,4 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-SUBDIRS = lib
+SUBDIRS = lib python

Added: 
gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/Makefile.am    
                            (rev 0)
+++ 
gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/Makefile.am    
    2008-02-29 04:56:22 UTC (rev 7891)
@@ -0,0 +1,44 @@
+#
+# Copyright 2008 Free Software Foundation, Inc.
+# 
+# This file is part of GNU Radio
+# 
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+# 
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+EXAMPLE_FILES =
+
+EXTRA_DIST = run_tests.in \
+            $(EXAMPLE_FILES)
+
+ourdatadir = $(exampledir)/msdd6000
+ourdata_DATA = $(EXAMPLE_FILES)
+
+
+TESTS =                                \
+       run_tests
+
+
+# Make example scripts with #! executable
+install-data-local: install-ourdataDATA
+       for i in `find $(ourdatadir) -type f ! -perm 755`; do \
+         if head -1 $$i | grep -q '^#!'; then \
+           chmod 755 $$i; \
+           echo "made executable: $$i"; \
+         fi; \
+       done

Added: 
gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/run_tests.in
===================================================================
--- 
gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/run_tests.in   
                            (rev 0)
+++ 
gnuradio/branches/developers/n4hy/msddLTS/gr-msdd6000/src/python/run_tests.in   
    2008-02-29 04:56:22 UTC (rev 7891)
@@ -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
+
address@hidden@/run_tests.sh \
+#    @abs_top_srcdir@/gr-atsc \
+#    @abs_top_builddir@/gr-atsc \
+#    @srcdir@





reply via email to

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