view test/automated/platform/platform.h @ 3753:5b48a529fd8a gsoc2009_unit_tests

More debugging information when test fails.
author Edgar Simo <bobbens@gmail.com>
date Thu, 06 Aug 2009 08:39:42 +0000
parents e451d5d288e9
children
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


const char *platform_getPlatform (void);
int test_platform (void);


#endif /* _TEST_PLATFORM */