tests: add a simple test 39/103539/3
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 28 Nov 2016 13:09:19 +0000 (14:09 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 8 Dec 2016 15:53:31 +0000 (16:53 +0100)
commit8b0a236e66c2ba99a085d2ca79db9e979856e0cd
treeeff9adbbb454a9486fdba7294d34641a68869e38
parentb3661520e5b660ce7352381e6bfa5d25647357e4
tests: add a simple test

test1-crash crashes and dumps a core. test1-sleep enters an infinite
sleep enabling ptrace-based stack examination. test1-ill triggers
the "illegal instruction" exception (SIGILL).

Change-Id: I995f5ce8817e49ec57bac6cac8e7f458807d03f0
CMakeLists.txt
tests/CMakeLists.txt [new file with mode: 0644]
tests/test1.c [new file with mode: 0644]