Commit Graph

2 Commits

Author SHA1 Message Date
Marcel Raad
02c4ed6bc4 Avoid MSVC warning in tests
Visual C++ emits the following warning on implicit conversions from pointers to bool:
"warning C4800: 'const void *': forcing value to bool 'true' or 'false' (performance warning)"
Fixed by explicitly comparing the pointer to 0.
2014-07-05 17:33:53 +02:00
Antony Polukhin
15df291657 Moved all the tests and test related stuff to test/ folder 2014-02-05 18:08:19 +04:00