Icinga / docker-icinga2

Official Icinga 2 Docker images
GNU General Public License v2.0
66 stars 30 forks source link

Actually run tests #76

Closed julianbrost closed 2 years ago

julianbrost commented 2 years ago

BoostTestTargets is somewhat strange and seems to just not build or run tests at all when the libboost-test-dev package is missing.

Test

Before

GitHub Actions output from the last commit on master:

 + make test
Running tests...
Test project /i2cp/build
No tests were found!!!

After

Let's see if the GitHub Actions output for this PR looks more promising. Looks better indeed:

+ make test
Running tests...
Test project /i2cp/build
        Start   1: base-base_array/construct
  1/117 Test   #1: base-base_array/construct ...............................................   Passed    0.01 sec
[...]

fixes #67