Mercurial > sdl-ios-xcode
view test/automated/platform/platform.h @ 3746:be037e51f080 gsoc2009_unit_tests
Allocate memory for testsuite/testcase name so pointer doesn't get bashed.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 04 Aug 2009 16:34:04 +0000 |
parents | e451d5d288e9 |
children | 5b48a529fd8a |
line wrap: on
line source
/** * Part of SDL test suite. * * Written by Edgar Simo "bobbens" * * Released under Public Domain. */ #ifndef _TEST_PLATFORM # define _TEST_PLATFORM int test_platform (void); #endif /* _TEST_PLATFORM */