From a01246dcfee49bc02fb7cbc6deb057ee155e1276 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Wed, 17 Jun 2015 09:16:23 +0200 Subject: [PATCH] added build instructions for testing --- building | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/building b/building index 4163862..392d609 100644 --- a/building +++ b/building @@ -3,7 +3,15 @@ Dependencies GLEW, GLM, SDL2, SDL2_image -archlinux: pacman -S glew glm sdl2 sdl2_image + CppUnit for tests + +archlinux: pacman -S glew glm sdl2 sdl2_image cppunit + +manual: + CppUnit http://sourceforge.net/projects/cppunit/ + GLEW http://glew.sourceforge.net/ + GLM http://glm.g-truc.net/0.9.6/index.html + SDL http://www.libsdl.org/ Makefile @@ -21,6 +29,9 @@ release (default), debug, profile: run: build and execute the main binary +test: + build and run unittests + gdb, cachegrind, callgrind: build the binary suited for given tool and launch -- 2.39.2