Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.3 KB

Compiler info

Open CMakeLists.txt file

Find CMakeLists.txt file is inside Capstone-Project folder

Step1- Open CMakeLists txt with Clion

If you have not installed CLion on your computer, please download and install CLion using the link below :

https://www.jetbrains.com/clion/download/#section=windows

You may activate using .edu email address or use 30-day free trial.

How to Run the main project

1. Simply load/reload the CMake project

Right click on CMakeLiss.txt to open Load/Reload the CMake Project

2. Open main.cpp file and run (click the green play arrow in the top right corner of CLion)

Run the main

Unit Testing a code on CLion using GoogleTest

Simply Load/Reload the CMake Project

Run the tests

Click on the Run 'All in the test_classname.cpp' to run the tests

Run the Test