Add first test to verify libunwind integration behaves sane.
authorMilian Wolff <mail@milianw.de>
Thu, 23 Jul 2015 14:30:30 +0000 (16:30 +0200)
committerMilian Wolff <mail@milianw.de>
Thu, 23 Jul 2015 14:35:45 +0000 (16:35 +0200)
commit32217d22d52cb162bc6809ddeae9c54189869f87
treee095ef7f4d5813714a3bac902996c8ea48f31e8b
parentc39dc786369507a73360a51a5e84b0d48bf0c1e9
Add first test to verify libunwind integration behaves sane.

Turns out that you must not build libunwind with the gold linker,
it completely breaks the stack unwinding functionality for me.

TODO: use a proper testing framework here.
CMakeLists.txt
tests/CMakeLists.txt
tests/tst_trace.cpp [new file with mode: 0644]
trace.h