aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_generator/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added a CMake script that sets some environment variables before calling the ↵Marcelo Lira2011-02-041-2/+13
| | | | | | | | | | tests. This is used as a workaround to a CMake 2.6 limitation that prevents environment variables to be set for tests. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Neto <lauro.neto@openbossa.org>
* Modified GeneratorRunner to support a simpler format of project file.Marcelo Lira2011-01-251-0/+6
| | | | | The project file are now just a text file containing key/value pairs. The documentation was updated accordingly, including the man page.
* Added a dummy generator as a source of test cases.Marcelo Lira2011-01-251-0/+46
Unit tests were added as well.