Skip to content
Snippets Groups Projects
Commit ee04e13f authored by Bergé's avatar Bergé
Browse files

Commit command.cpp and CMkaLists.txt for analysis

parent e242bdd0
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ DYNAMIC_GRAPH_TEST(signal-cast-registerer)
IF(NOT APPLE)
DYNAMIC_GRAPH_TEST(entity)
ENDIF(NOT APPLE)
DYNAMIC_GRAPH_TEST(command)
DYNAMIC_GRAPH_TEST(custom-entity)
DYNAMIC_GRAPH_TEST(factory)
DYNAMIC_GRAPH_TEST(pool)
......
//
// Created by Corentin on 7/3/19.
//
#include <sstream>
#include <dynamic-graph/command-direct-setter.h>
#define BOOST_TEST_MODULE command
#include <boost/test/unit_test.hpp>
#include <boost/test/output_test_stream.hpp>
using boost::test_tools::output_test_stream;
struct Command : public dynamicgraph::command::DirectSetter
{
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment