Testing framework refactoring and move, new tests.mk
commit8484734afb7ec336d7cf4399064b785e8a3d99d4
authorTomas Gavenciak <gavento@ucw.cz>
Thu, 2 Jun 2011 17:12:27 +0000 (2 19:12 +0200)
committerTomas Gavenciak <gavento@ucw.cz>
Thu, 2 Jun 2011 17:12:27 +0000 (2 19:12 +0200)
treee704c48d2b1092d294d93a602d82042e9b79a528
parentdaa6ed769550d82191a853913d329d4881a9ab85
Testing framework refactoring and move, new tests.mk

Test collection now part of code generation
Testing should be now accessible from any module
gen.mk
include.mk
pylib/gfxprim/generators/make_collected_tests.py [new file with mode: 0644]
pylib/gfxprim/generators/utils.py
tests.mk [new file with mode: 0644]
tests/common/GP_Tests.c [moved from tests/core/core_tests.c with 100% similarity]
tests/common/GP_Tests.h [moved from tests/core/GP_Tests.h with 100% similarity]
tests/core/GP_Common.test.c [moved from tests/core/GP_Comon.test.c with 100% similarity]
tests/core/Makefile
tests/core/find_tests.py [deleted file]
tests/text/font.test.c [moved from tests/core/font.test.c with 100% similarity]