From ee04e13fde07ea381c2233f0d197f73c234d050c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berg=C3=A9?= <corentin.berge@outlook.fr> Date: Mon, 5 Aug 2019 16:07:35 +0200 Subject: [PATCH] Commit command.cpp and CMkaLists.txt for analysis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bergé <corentin.berge@outlook.fr> --- tests/CMakeLists.txt | 1 + tests/command.cpp | 19 ------------------- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 tests/command.cpp diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 75081de..8ad1dfd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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) diff --git a/tests/command.cpp b/tests/command.cpp deleted file mode 100644 index 1fef6aa..0000000 --- a/tests/command.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// -// 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 -- GitLab