tests add to namespace sls (#466)

* tests add to namespace sls

* fixed for tests

* finish up namespace sls for tests
This commit is contained in:
Dhanya Thattil
2022-05-23 16:17:32 +02:00
committed by GitHub
parent 8656eeec25
commit d61741c28b
44 changed files with 360 additions and 236 deletions

View File

@ -3,6 +3,8 @@
#include "catch.hpp"
#include "sls/sls_detector_defs.h"
namespace sls {
using dt = slsDetectorDefs::detectorType;
TEST_CASE("sls_detector_module default construction", "[support][new]") {
@ -75,4 +77,6 @@ TEST_CASE("compare two scanParameters") {
p0.enable = 1;
CHECK_FALSE(p0 == p1);
}
}
} // namespace sls