Skip to content

Files

This branch is up to date with apache/plc4x:develop.

plc4c

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 2, 2021
Feb 6, 2024
Feb 25, 2025
Apr 17, 2024
Nov 15, 2024
Apr 5, 2024
Jan 11, 2023
Jun 25, 2022
Jun 13, 2022
Jun 13, 2022
Apr 5, 2024
Jun 13, 2022
Jan 1, 2023
Aug 16, 2023
Jun 13, 2022
Jun 26, 2022
May 5, 2025

Setting up in CLion

Per default CLion will not be able to run the tests. However, it's pretty simple to set up.

In order to make this happen, you should add another Profile to your CMake configuration.

You can do this by going to:

Preferences... / Build, Execution, Deployment / CMake

In the Profiles list, click on the + button to add a new profile.

I gave this profile the name Test.

In the settings select the Build type = Debug, Toolchain = Use Default. CMake options = -DUNITY_VERSION:STRING=2.5.2 -DBUILD_PHASE=test-compile.

Leave the rest unchanged (which is actually empty).

After saving you can select the Test profile in the Configurations Drop-Down. After that is selected, the tests should be available.