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