xref: /haiku/src/tests/misc/exception-test/Jamfile (revision 83b1a68c52ba3e0e8796282759f694b7fdddf06d)
1SubDir HAIKU_TOP src tests misc exception-test ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SharedLibrary libexceptiontest.so
6	: exceptions.cpp
7	: [ TargetLibsupc++ ]
8;
9
10SimpleTest exception-test
11	: exception-test.cpp
12	: libexceptiontest.so [ TargetLibstdc++ ]
13;
14