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