mirror of
https://github.com/nasa/fprime.git
synced 2026-04-12 05:19:03 -05:00
* Adding implementation in CMake and documentation * Spelling and engaging actions for refactor/osal branch * Adding CMake unit test for implementations and overrides * Review fixes * Fixing broken deployment UT sets * Corrections for cmake UTs * Removing long-running feature branch * sp * Correcting FppTest failures * Review feedback fixes
17 lines
456 B
C++
17 lines
456 B
C++
// ======================================================================
|
|
// \title TlmTests.cpp
|
|
// \author T. Chieu
|
|
// \brief cpp file for telemetry tests
|
|
//
|
|
// \copyright
|
|
// Copyright (C) 2009-2023 California Institute of Technology.
|
|
// ALL RIGHTS RESERVED. United States Government Sponsorship
|
|
// acknowledged.
|
|
//
|
|
// ======================================================================
|
|
|
|
#include "TlmTests.hpp"
|
|
#include "Tester.hpp"
|
|
|
|
TLM_TEST_DEFS
|