adding the Painter test

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10894 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-01-20 12:56:25 +00:00
parent 0a86682dd0
commit ee5f6d23c2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
SubDir OBOS_TOP src tests servers ;
SubInclude OBOS_TOP src tests servers app ;
SubInclude OBOS_TOP src tests servers input ;
SubInclude OBOS_TOP src tests servers registrar ;
+3
View File
@@ -0,0 +1,3 @@
SubDir OBOS_TOP src tests servers app ;
SubInclude OBOS_TOP src tests servers app painter ;