
include_directories(SWARM_MOCK_DAEMONS)

#Utilities for tests
add_subdirectory(SWARM_MOCK_DAEMONS)

#Tests for the Daemon communication workflow
add_subdirectory(TEST_DAEMONS)

#Tests for the Swarm Representation
add_subdirectory(TESTS_REPRESENTATION)

#Tests for the Swarm Functions
add_subdirectory(TEST_FUNCTIONS)

#Tests for the Swarm exceptions
add_subdirectory(TEST_SWARM_EXCEPTION)
