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