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