tests/cpp: Add tests for SimpleDMatrix

This commit is contained in:
AbdealiJK
2016-12-03 11:45:11 +05:30
committed by Tianqi Chen
parent ef7fe06cf8
commit be0f55d563
3 changed files with 142 additions and 0 deletions

View File

@@ -14,4 +14,6 @@ std::string TempFileName();
long GetFileSize(const std::string filename);
std::string CreateSimpleTestData();
#endif