comparison 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
comparison
equal deleted inserted replaced
3752:f47658c8f87a 3753:5b48a529fd8a
9 9
10 #ifndef _TEST_PLATFORM 10 #ifndef _TEST_PLATFORM
11 # define _TEST_PLATFORM 11 # define _TEST_PLATFORM
12 12
13 13
14 const char *platform_getPlatform (void);
14 int test_platform (void); 15 int test_platform (void);
15 16
16 17
17 #endif /* _TEST_PLATFORM */ 18 #endif /* _TEST_PLATFORM */
18 19