lundi 21 janvier 2019

Creating .exe File on Cucumber-Cpp

I work on a software project using Behavior Driven Development Testing and I want to use Cucumber-Cpp. However, when I process the steps started in Github( Building Cucumber- Cpp), the program does not create .exe. Thus, I cannot run the example project file "Calc".

To run Cucumber_Cpp I installed these additions; • cmake version 3.13.3 • boost_1_52_0 • ruby 2.4.5p335 • cucumber-3.1.2 And I downloaded the latest version of cucumber-cpp from the GitHub repository into "C:\Cucumber\cucumber-cpp "

and follow these instructions in the console: • Cd C:\Cucumber\cucumber-cpp • cmake -E make_directory vs_project • cmake -E chdir vs_project cmake -G"Visual Studio 15 2017" -DBOOST_ROOT=C:\boost_1_52_0 "C:\Cucumber\cucumber-cpp\examples\Calc\CMakeLists.txt"

When I applied these, the build file of the project (vcxproj) is created then (.lib) is also created. After that, tried to build the project on Visual Studio with using (Calc.sln), it creates a Debug folder. However, after all, the program does not create .exe. Therefore, I cannot run the example project file "Calc". What is the reason that I cannot create .exe file? Best regards.

Aucun commentaire:

Enregistrer un commentaire