// // 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__