mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
Adding support for clang-format (#94)
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
// #include "catch.hpp"
|
||||
|
||||
#define CATCH_CONFIG_RUNNER
|
||||
#include "ToString.h"
|
||||
#include "catch.hpp"
|
||||
#include "sls_detector_defs.h"
|
||||
#include "ToString.h"
|
||||
#include "tests/config.h"
|
||||
#include <string>
|
||||
|
||||
@ -43,7 +43,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
test::type = slsDetectorDefs::GENERIC;
|
||||
if (!test::detector_type.empty()) {
|
||||
test::type = sls::StringTo<slsDetectorDefs::detectorType>(test::detector_type);
|
||||
test::type =
|
||||
sls::StringTo<slsDetectorDefs::detectorType>(test::detector_type);
|
||||
}
|
||||
|
||||
return session.run();
|
||||
|
Reference in New Issue
Block a user