added some tests

This commit is contained in:
mazzol_a
2025-04-30 17:24:40 +02:00
parent 9a7758655c
commit ffbb84e778
3 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,19 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2025 Contributors to the SLS Detector Package
/************************************************
* @file test-ReceiverActions.cpp
* @short test cases to test receiver actions
***********************************************/
#include "DataProcessor.h"
#include "GeneralData.h"
#include "catch.hpp"
#include <vector>
namespace sls {
TEST_CASE("cannot set analog/digital and transceiver samples when "
"reciever is running",
"[.recieveraction][.chiptestboard]") {}
} // namespace sls