xref: /haiku/src/tests/misc/exception-test/Jamfile (revision 4f00613311d0bd6b70fa82ce19931c41f071ea4e)
1SubDir HAIKU_TOP src tests misc exception-test ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SharedLibrary libexceptiontest.so
6	: exceptions.cpp
7;
8
9SimpleTest exception-test
10	: exception-test.cpp
11	: libexceptiontest.so $(TARGET_LIBSTDC++)
12;
13