xref: /haiku/src/tests/misc/exception-test/Jamfile (revision a127b88ecbfab58f64944c98aa47722a18e363b2)
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