cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
306 stars 131 forks source link

Fix #203: QtTestCalculatorQtSteps is not generated because of a typo in CMakeLists.txt #208

Closed ghost closed 5 years ago

ghost commented 5 years ago

Summary

Fix a typo that prevents build/examples/CalcQt/QtTestCalculatorQtSteps from being generated.
It is, however, leaking memory. See #212

How Has This Been Tested?

Clone and build with examples, look for build/examples/CalcQt/QtTestCalculatorQtSteps. It is missing. Apply this change, rebuild, it appears.

Types of changes

Checklist:

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 62.456% when pulling d22e3212afb48ff5234f3211634b9de12a9232f5 on sergey-bon:patch-1 into 04629341884d4f41019d12bbbfb405e1301b9e5d on cucumber:master.

ghost commented 5 years ago

@paoloambrosio is it okay to merge?

paoloambrosio commented 5 years ago

Pretty sure the build is going to fail unless we merge #218 first. I'll try and merge a few PRs later today.

paoloambrosio commented 5 years ago

Should we remove -f "${TEST}" -a in travis.sh to have the build fail if the file is not created?

paoloambrosio commented 5 years ago

Can you rebase this to my verify-pr-208 branch?

It makes the build fail unless your patch is applied.

ghost commented 5 years ago

@paoloambrosio done

paoloambrosio commented 5 years ago

Something went wrong in the rebase. It should look something like this branch: https://github.com/paoloambrosio/cucumber-cpp/commits/sergey-bon-patch-1-rebased

From current master it should add my commit 91033b8 and your e4700dc. This contains also other three commits.

ghost commented 5 years ago

That's because I rebased on both verify-pr-208 and master at first.

I've pulled master, re-applied fix, and rebased on verify-pr-208. It should be fine now.