fix some build blockers in test directory

This commit is contained in:
Stephen Birarda 2014-08-08 12:41:41 -07:00
parent 0449660f66
commit 27419b7b6b
6 changed files with 15 additions and 5 deletions

View file

@ -12,6 +12,7 @@
#ifndef hifi_MovingMinMaxAvg_h
#define hifi_MovingMinMaxAvg_h
#include <cassert>
#include <limits>
#include "RingBufferHistory.h"

View file

@ -2,6 +2,8 @@ set(TARGET_NAME metavoxel-tests)
auto_mtc(${TARGET_NAME} "${ROOT_DIR}")
include_glm(${TARGET_NAME})
setup_hifi_project(${TARGET_NAME} Network Script Widgets)
# link in the shared libraries

View file

@ -9,11 +9,12 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "SequenceNumberStatsTests.h"
#include "SharedUtil.h"
#include <cassert>
#include <limits>
#include <SharedUtil.h>
#include "SequenceNumberStatsTests.h"
void SequenceNumberStatsTests::runAllTests() {
rolloverTest();

View file

@ -1,9 +1,11 @@
set(TARGET_NAME octree-tests)
setup_hifi_project(${TARGET_NAME})
setup_hifi_project(${TARGET_NAME} Script Network)
include_glm(${TARGET_NAME})
# link in the shared libraries
link_hifi_libraries(${TARGET_NAME} octree)
link_hifi_libraries(${TARGET_NAME} animation fbx models networking octree shared)
# link any shared dependencies
link_shared_dependencies_to_target(${TARGET_NAME})

View file

@ -2,6 +2,8 @@ set(TARGET_NAME physics-tests)
setup_hifi_project(${TARGET_NAME})
include_glm(${TARGET_NAME})
# link in the shared libraries
link_hifi_libraries(${TARGET_NAME} shared)

View file

@ -2,6 +2,8 @@ set(TARGET_NAME shared-tests)
setup_hifi_project(${TARGET_NAME})
include_glm(${TARGET_NAME})
# link in the shared libraries
link_hifi_libraries(${TARGET_NAME} shared)