mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 11:17:32 +02:00
16 lines
338 B
C++
16 lines
338 B
C++
//
|
|
// main.cpp
|
|
// tests/octree/src
|
|
//
|
|
// Copyright 2014 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
#include "OctreeTests.h"
|
|
|
|
int main(int argc, char** argv) {
|
|
OctreeTests::runAllTests();
|
|
return 0;
|
|
}
|