summaryrefslogtreecommitdiff
path: root/features/compile.feature
Commit message (Collapse)AuthorAgeFilesLines
* Add some test harness to latest changesLuis Lavena2011-10-051-0/+8
| | | | And also update History to reflect the new change in codebase
* Only trigger step when 'gcc' or 'cl' compilers are executedLuis Lavena2008-11-291-1/+1
| | | | | Steps should have less of this noise and more functionality. Candidates of refactoring and simplification on next version.
* Corrected steps for cleanup.Luis Lavena2008-11-271-1/+1
| | | | After previous changes, 'clean' was not being validated by features.
* Updated wording for compilation feature.Luis Lavena2008-11-101-9/+9
| | | | Corrected steps to match.
* ExtensionTask now generated clean and clobber tasks.Luis Lavena2008-11-071-0/+18
| | | | | These new tasks remove temporary (build files) and binaries already built.
* Updated compile feature to match and cover required acceptance.Luis Lavena2008-11-031-20/+19
| | | | Thanks to David Chelimsky for the suggestions on irc.
* Last tweak to compilation feature (I promise).Luis Lavena2008-11-031-7/+13
|
* Catch success of rake task execution.Luis Lavena2008-11-031-2/+7
|
* Better compiler feature wording.Luis Lavena2008-11-031-9/+9
|
* Added Cucumber features and misc items.Luis Lavena2008-11-031-0/+43
* Updated gem specification to include cucumber dependency. * Added cucumber.rake to ease execution * Added cucumber.yml with defaults * Added first compile feature draft