xref: /haiku/src/tests/misc/Jamfile (revision 981f1b1135291a4fca290fbdf69910dc2f24abdd)
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