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