summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_unittests.h
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-43/+0
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-4/+4
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* core: API declaration macros for core class and function symbolsJosh Blum2011-07-201-0/+2
|
* Updating copyright.Tom Rondeau2011-01-221-1/+1
|
* cleanup mkdir usage with boost filesystem:Josh Blum2011-01-181-32/+6
| | | | | | | | | | Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
* Modifying the unittest output. XML files are no longer written outside of ↵Tom Rondeau2010-12-231-6/+3
| | | | the build tree.
* Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau2010-10-021-0/+70
This also adds a new utility gr_unittests.h, which sets up the path for output files.