[DEV] rework test
This commit is contained in:
20
test/testRecordRead.h
Normal file
20
test/testRecordRead.h
Normal 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
|
Reference in New Issue
Block a user