This commit is contained in:
Erik Frojdh 2019-04-04 18:04:24 +02:00
parent acf32a5524
commit 025b3a8d4c
3 changed files with 5 additions and 2 deletions

View File

@ -14,4 +14,6 @@ cmake .. \
cmake --build . -- -j10 cmake --build . -- -j10
cmake --build . --target install cmake --build . --target install
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2

View File

@ -37,7 +37,6 @@ requirements:
host: host:
- libstdcxx-ng - libstdcxx-ng
- libgcc-ng - libgcc-ng
- libpng >=1.6.32,<1.6.35
- xorg-libx11 - xorg-libx11
- xorg-libice - xorg-libice
- xorg-libxext - xorg-libxext

View File

@ -8,6 +8,8 @@
using namespace sls; using namespace sls;
TEST_CASE("Set and get trimen", "[detector]") { TEST_CASE("Set and get trimen", "[detector]") {
// Free shared memory to be sure that we start in a clean state // Free shared memory to be sure that we start in a clean state
slsDetector::freeSharedMemory(0, 0); slsDetector::freeSharedMemory(0, 0);