overte/tests/threads/src/ThreadsTests.h
2014-03-17 17:07:42 -07:00

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__