haiku/src/tests/kits/media/Jamfile
Ingo Weinhold 285a7bf086 Tried to get the remaining tests added to the build.
* The support kit tests are commented out as they badly fail to compile.
* I tried the net kit tests, but had to stop very early as I didn't get it
  compiled. David?
* Some BFS tests don't compile due to a missing header and the undefined
  B_BAD_DATA. Axel?
...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@185 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-13 22:43:55 +00:00

15 lines
341 B
Plaintext

SubDir OBOS_TOP src tests kits media ;
SimpleTest AreaTest : AreaTest.cpp : be root ;
SimpleTest BufferTest : BufferTest.cpp : libmedia.so be root ;
SimpleTest SizeofTest : SizeofTest.cpp : be root ;
SimpleTest TimedEventQueueTest : TimedEventQueueTest.cpp
: libmedia.so be root ;
SubInclude OBOS_TOP src tests kits media nodetest ;