comparison tests/libclient/js-rectangle/main.cpp @ 33:d4f5f7231b84

Misc: switch to .hpp, dos2unix everything while here, #478
author David Demelier <markand@malikania.fr>
date Fri, 17 Jun 2016 13:12:35 +0200
parents a1e80d991968
children 9af360f34c7d
comparison
equal deleted inserted replaced
32:81292e0651d2 33:d4f5f7231b84
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <gtest/gtest.h> 19 #include <gtest/gtest.h>
20 20
21 #include <malikania/js-rectangle.h> 21 #include <malikania/js-rectangle.hpp>
22 22
23 using namespace malikania; 23 using namespace malikania;
24 24
25 class TestRectangle : public testing::Test { 25 class TestRectangle : public testing::Test {
26 protected: 26 protected: