xref: /haiku/src/tests/kits/media/notificationtest/Jamfile (revision 508f54795f39c3e7552d87c95aae9dd8ec6f505b)
1SubDir HAIKU_TOP src tests kits media notificationtest ;
2
3SimpleTest NotificationTest
4	: main.cpp
5	: media be root $(TARGET_LIBSUPC++)
6;
7
8