Add failsafe test to autopilot

This commit is contained in:
Norman Feske 2013-01-04 16:10:28 +01:00
parent ecdbdef8ee
commit 0a084ebe52
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,11 @@
# \date 2012-11-01
#
if {[have_spec pistachio]} {
puts "Pistachio is unsupported (see https://github.com/genodelabs/genode/issues/16)"
exit 0
}
#
# Build
#

View File

@ -16,3 +16,4 @@ lx_hybrid_exception
lx_hybrid_pthread_ipc
moon
thread_join
failsafe