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