mirror of
https://github.com/nasa/fprime.git
synced 2026-04-12 16:12:52 -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
18 lines
484 B
C++
18 lines
484 B
C++
// ======================================================================
|
|
// \title PortTests.cpp
|
|
// \author T. Chieu
|
|
// \brief cpp file for port tests
|
|
//
|
|
// \copyright
|
|
// Copyright (C) 2009-2023 California Institute of Technology.
|
|
// ALL RIGHTS RESERVED. United States Government Sponsorship
|
|
// acknowledged.
|
|
//
|
|
// ======================================================================
|
|
|
|
#include "PortTests.hpp"
|
|
#include "Tester.hpp"
|
|
|
|
PORT_TEST_DEFS(Sync)
|
|
PORT_TEST_DEFS(Guarded)
|