Moved to SimpleTest rule, to not clutter distro directory

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8757 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-09-01 09:24:55 +00:00
parent d9b1b5c979
commit bb9fc82712
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ if $(COMPILE_FOR_R5) {
SubDirC++Flags -DCOMPILE_FOR_R5 ;
}
Preference KeymapTest :
SimpleTest KeymapTest :
KeymapApplication.cpp
KeymapWindow.cpp
KeymapListItem.cpp
@ -37,7 +37,7 @@ SEARCH on [ FGristFiles
AddResources KeyboardTest : Keyboard.rdef ;
Preference KeyboardTest :
SimpleTest KeyboardTest :
Keyboard.cpp
KeyboardSettings.cpp
KeyboardView.cpp
@ -62,7 +62,7 @@ SEARCH on [ FGristFiles
AddResources MouseTest : Mouse.rdef ;
Preference MouseTest :
SimpleTest MouseTest :
Mouse.cpp
MouseSettings.cpp
MouseWindow.cpp
@ -89,7 +89,7 @@ SEARCH on [ FGristFiles
]
= [ FDirName $(OBOS_TOP) src prefs mouse ] ;
BinCommand keymapTest :
SimpleTest keymapTest :
key_map.cpp
Keymap.cpp