mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
10 lines
153 B
C++
10 lines
153 B
C++
#include "catch.hpp"
|
|
#include "Container3.h"
|
|
#include "Receiver.h"
|
|
|
|
using sls::Receiver;
|
|
|
|
// TEST_CASE("Receiver can be default constructed"){
|
|
|
|
|
|
// }
|