summaryrefslogtreecommitdiff
path: root/run_tests.sh.in
AgeCommit message (Collapse)Author
2010-04-27Missed updates for omnithread/mblock removalJohnathan Corgan
2010-01-19build: trial fix for gr-pager issue on UbuntuJohnathan Corgan
2009-11-03Directory reorganization to newer layoutJohnathan Corgan
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'
2008-08-25make check fix for OS/X. Probably also fixes ticket:264, same problemeb
on MingGW and Cygwin. Thanks to Michael Dickens. Merged michaelld/gruel_make_check_osx 9401:9402 to trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9407 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb
contains the SMP aware scheduler. This changeset introduces a dependency on boost 1.35 or later. See source:gnuradio/trunk/README.building-boost for additional info. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-28Fix for QA code for wavefile.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7866 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-21Merged build_config branch into trunk:michaelld
1) Modified top-level run_tests.sh script: a) to execute code for setting or changing the library search path in Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs only, not on other host OSs. b) Added local (to the component making check) library paths to those same search paths, since libtool doesn't do it (unlike in Linux). 2) In all AM Makefiles -except those dealing with USRP firmware-, changes INCLUDES to AM_CPPFLAGS since the former is deprecated. 3) Changed AM_CPPFLAGS to FW_INCLUDES for commands .c.rel in USRP firmware. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7769 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-08Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵jcorgan
GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7617 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-22True fix for ticket:140.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4597 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-22Better fix for ticket:140.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4596 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-22Reordered variable definitions for clarity.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4591 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-22Trial fix for ticket:140jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4588 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-15Merged r4456:4483 from jcorgan/ticket-138 into trunk. Fixes ticket:138.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4484 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-30Fix for ticket:133, merged from eb/bsd 4322:4324.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4326 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-13SWIG compilation speedup! Fixes ticket:9. eb
Merged -r4203:4254 from eb/swig-split into trunk. This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's These correspond to the runtime, general, filter and io directories, and also includes a new directory, gengen. gengen contains that part of general that was machine generated. This split is arbitrary, but was useful for getting size of the swig generated glue code for general down to about 2MB. In addition, the swig glue is now compiled with -g1 -O1 instead of -g -O2. With this change all the swig code now compiles in about 60% of the time that it used to take. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4255 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-01Fixes ticket:110.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4048 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-27Add missed fix for ticket:42. Merged -r3435:3438 from developer branchjcorgan
jcorgan/ticket-3. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3441 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-27Implements ticket:3 and fixes ticket:42. The common functionality of jcorgan
run_tests.in for Python QA has been extracted into run_tests.sh in the top-level and the individual run_tests just invoke that with the right path parameters. Also fixed Cygwin 'make check' bug by adding fix by Don Ward. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3440 221aa14e-8319-0410-a670-987f0aec2ac5