mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Fix unit tests.
This commit is contained in:
parent
a2ca161024
commit
ec06dd78f9
5 changed files with 138 additions and 132 deletions
|
|
@ -97,8 +97,8 @@ TEST(File, TouchAndTime)
|
|||
<< "Somehow failed to delete our test file.";
|
||||
};
|
||||
|
||||
// Mac has no implementations for these functions, so we 'def it out for now.
|
||||
#ifndef __MACOSX__
|
||||
// Mac/Linux have no implementations for these functions, so we 'def it out for now.
|
||||
#ifdef WIN32
|
||||
TEST(Platform, Volumes)
|
||||
{
|
||||
Vector<const char*> names;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue