diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 75081de942c483a26ad9879560ab969eedabbefd..8ad1dfdc4b2180ff17e374ccdac470a6e7ac7a09 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 1fef6aa42883de8ac6ac00cd826384c70d545371..0000000000000000000000000000000000000000
--- 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