Wrote basic test for sparse binding.

This commit is contained in:
Adam Sawicki 2018-10-03 13:44:29 +02:00
parent 5975c83402
commit 51fa96660e
4 changed files with 328 additions and 17 deletions

7
src/SparseBindingTest.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#ifdef _WIN32
void TestSparseBinding();
#endif // #ifdef _WIN32