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