f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

Create CMake install procedures for Test targets #646

Open f1nal3 opened 1 year ago

f1nal3 commented 1 year ago

Parent Task:

82

Description:

In order to ease saving test executables in-between jobs we need to put them in a single place. CMake allows to do this via install. Create install procedures for every .Test target so this can be used in the workflows.

Acceptance Criteria:

Every .Test executable is stored in /build/bin/test folder after executing ``` cmake --install

memorisecodead commented 1 year ago

I don't think that's a good thing. There are different targeting for different testing (uni, integration...). Wouldn't it be too expensive to make two targetets for testing units and integration tests?