mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 22:00:35 +08:00
13 lines
256 B
C++
13 lines
256 B
C++
/*
|
|
* Copyright (C) 2015 Pavel Kirienko <pavel.kirienko@gmail.com>
|
|
*/
|
|
|
|
#include <gtest/gtest.h>
|
|
#include <uavcan/protocol/dynamic_node_id_allocation_server.hpp>
|
|
#include "helpers.hpp"
|
|
|
|
TEST(DynamicNodeIDAllocationClient, MarshallingStorageDecorator)
|
|
{
|
|
|
|
}
|