OSDN Git Service

Add a "unit-tests" sample application to perform unit testing.
authorDavid 'Digit' Turner <digit@google.com>
Mon, 27 Jul 2009 10:26:17 +0000 (12:26 +0200)
committerDavid 'Digit' Turner <digit@google.com>
Mon, 27 Jul 2009 10:26:17 +0000 (12:26 +0200)
commitc6c4758cfcbfb2e04a63eb3dfeaa0ea85dfae325
tree7c625623616e9e4e0006794e53ced011454ca1ce
parent61697d20c6e38ce007db1243aebf0a89836c440e
Add a "unit-tests" sample application to perform unit testing.
apps/unit-tests/Application.mk [new file with mode: 0644]
sources/tests/Android.mk [new file with mode: 0644]
sources/tests/test-CLEAR_VARS/Android.mk [new file with mode: 0644]
sources/tests/test-LOCAL_CFLAGS/Android.mk [new file with mode: 0644]
sources/tests/test-LOCAL_CFLAGS/test-LOCAL_CFLAGS-1.c [new file with mode: 0644]
sources/tests/test-LOCAL_CFLAGS/test-LOCAL_CFLAGS-2.cpp [new file with mode: 0644]
sources/tests/test-LOCAL_CPPFLAGS/Android.mk [new file with mode: 0644]
sources/tests/test-LOCAL_CPPFLAGS/test-LOCAL_CPPFLAGS-1.c [new file with mode: 0644]
sources/tests/test-LOCAL_CPPFLAGS/test-LOCAL_CPPFLAGS-2.cpp [new file with mode: 0644]