xref: /haiku/src/tests/misc/Jamfile (revision 508f54795f39c3e7552d87c95aae9dd8ec6f505b)
1SubDir HAIKU_TOP src tests misc ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SimpleTest rtti-test : rtti-test.cpp : be $(TARGET_LIBSUPC++) ;
6SimpleTest writev-test : writev-test.cpp : be ;
7
8SubInclude HAIKU_TOP src tests misc exception-test ;
9