mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 15:50:03 +02:00
11 lines
326 B
C++
11 lines
326 B
C++
// #include "catch.hpp"
|
|
// #include "multiSlsDetector.h"
|
|
|
|
// #include <iostream>
|
|
// TEST_CASE("Initialize a detector") {
|
|
// multiSlsDetector det(0, true, true);
|
|
// std::cout << "Size: " << det.getNumberOfDetectors() << std::endl;
|
|
// std::cout << "Hostname: " << det.getHostname() << std::endl;
|
|
// REQUIRE(false);
|
|
|
|
// }
|