https://github.com/d-led/cucumber-cpp-premake
a simple way to build and use cucumber-cpp
https://github.com/d-led/cucumber-cpp-premake
Last synced: 9 months ago
JSON representation
a simple way to build and use cucumber-cpp
- Host: GitHub
- URL: https://github.com/d-led/cucumber-cpp-premake
- Owner: d-led
- Created: 2015-01-28T14:05:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T21:23:22.000Z (over 11 years ago)
- Last Synced: 2025-02-15T23:44:27.120Z (over 1 year ago)
- Language: Lua
- Size: 621 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cucumber-cpp-premake
====================
a simple way to build and use cucumber-cpp
[](https://travis-ci.org/d-led/cucumber-cpp-premake)
building
--------
- Boost 1.47+ is a prerequisite
- Prepare makefiles using `premake4 _target_`. Check premake4 documentation on targets or just run your copy of `premake4` without parameters.
- Build
- If Build fails, check the configuration in `premake4.lua` and make it Build
- Start the tests using `premake4 test`
- Start the cucumber tests using `premake4 cucumber`
example project
---------------
[cucumber-cpp-premake-example](https://github.com/d-led/cucumber-cpp-premake-example)
license
-------
public domain of the build scripts. For the licenses of dependencies, check out the respective projectss