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