Introduce check for unit testing framework of Elementary
authorRyuan Choi <ryuan.choi@gmail.com>
Tue, 19 Nov 2013 13:18:02 +0000 (13:18 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 19 Nov 2013 13:18:02 +0000 (13:18 +0000)
commit640f687383f5c6d928b562eb323937d3bd07f1ad
treeb66ed7bf2783ed5c1f07dd3052926bda9a07d152
parent8419f51ab8928e919d1d58c0690811f0ace132cb
Introduce check for unit testing framework of Elementary

Reviewers: seoz, tasn

CC: tasn, cedric
Differential Revision: https://phab.enlightenment.org/D91
.gitignore
configure.ac
src/Makefile.am
src/tests/.gitignore [new file with mode: 0644]
src/tests/Makefile.am [new file with mode: 0644]
src/tests/elm_suite.c [new file with mode: 0644]
src/tests/elm_suite.h [new file with mode: 0644]
src/tests/elm_test_check.c [new file with mode: 0644]
src/tests/elm_test_init.c [new file with mode: 0644]