view test/automated/rwops/rwops.h @ 3744:216e258f2842 gsoc2009_unit_tests

Added more verbosity for platform test.
author Edgar Simo <bobbens@gmail.com>
date Mon, 03 Aug 2009 18:28:01 +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_RWOPS
#  define _TEST_RWOPS


int test_rwops (void);


#endif /* _TEST_RWOPS */