1SubDir HAIKU_TOP src tests misc exception-test ;
2
3SharedLibrary libexceptiontest.so
4	: exceptions.cpp
5	: [ TargetLibsupc++ ]
6;
7
8SimpleTest exception-test
9	: exception-test.cpp
10	: libexceptiontest.so [ TargetLibstdc++ ]
11;
12