mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:03:27 +02:00
16 lines
308 B
C++
16 lines
308 B
C++
//
|
|
// ThreadsTests.h
|
|
// threads-tests
|
|
//
|
|
// Created by Brad Hefta-Gaub on 2014.03.17
|
|
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
|
//
|
|
|
|
#ifndef __tests__ThreadsTests__
|
|
#define __tests__ThreadsTests__
|
|
|
|
namespace ThreadsTests {
|
|
void runAllTests();
|
|
}
|
|
|
|
#endif // __tests__ThreadsTests__
|