[DEV] rework test

This commit is contained in:
2015-03-03 23:17:43 +01:00
parent 39424279ef
commit 5d7c9203ef
11 changed files with 886 additions and 641 deletions

20
test/testRecordRead.h Normal file
View File

@@ -0,0 +1,20 @@
/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#ifndef __RIVER_TEST_RECORD_READ_H__
#define __RIVER_TEST_RECORD_READ_H__
#undef __class__
#define __class__ "test_record_read"
namespace river_test_record_read {
};
#undef __class__
#define __class__ nullptr
#endif