mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 21:48:57 -05:00
Restructuring for OpenSpace tests
- Moved all OpenSpace headers to separate include directory - Added OpenSpaceTests binary with OPENSPACE_HAVE_TESTS define - Added CMake setting of BASE_DIR - Added OpenSpace initial tests for SceneGraph and SceneGraphNodes - Added OpenSpace initial tests for psc and pss - Restructured OpenSpace so no GL functions are called in constructors to make the classes testable - Todo: Make the base dir possible to set through command line argument and configuration file
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
// open space includes
|
||||
#include "interactionhandler.h"
|
||||
#include "deviceidentifier.h"
|
||||
#include "externalcontrol/randomexternalcontrol.h"
|
||||
#include "externalcontrol/joystickexternalcontrol.h"
|
||||
#include "query/query.h"
|
||||
#include "openspaceengine.h"
|
||||
#include <openspace/interaction/interactionhandler.h>
|
||||
#include <openspace/interaction/deviceidentifier.h>
|
||||
#include <openspace/interaction/externalcontrol/randomexternalcontrol.h>
|
||||
#include <openspace/interaction/externalcontrol/joystickexternalcontrol.h>
|
||||
#include <openspace/query/query.h>
|
||||
#include <openspace/engine/openspaceengine.h>
|
||||
|
||||
// std includes
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user