File: menu.test

package info (click to toggle)
gnustep-examples 1%3A1.0.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,952 kB
  • ctags: 280
  • sloc: objc: 15,345; makefile: 64
file content (26 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
?package(gnustep-examples):\
 needs=X11\
 section=Apps/Tools\
 title="GSTest"\
 hints="GNUstep,Example,Test"\
 longtitle="GNUstep GUI Demo/Test Suite"\
 description="Contains a variety of tests e.g. an NSForm test."\
 command="/bin/sh -c \". /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh && openapp GSTest\""

?package(gnustep-examples):\
 needs=X11\
 section=Apps/Tools\
 title="NSBrowserTest"\
 hints="GNUstep,Example,Test"\
 longtitle="GNUstep NSBrowserTest"\
 description="Tests NSBrowser"\
 command="/bin/sh -c \". /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh && openapp NSBrowserTest\""

?package(gnustep-examples):\
 needs=X11\
 section=Apps/Tools\
 title="NSPanelTest"\
 hints="GNUstep,Example,Test"\
 longtitle="GNUstep NSPanelTest"\
 description="Test bed application for the NSPanels functions."\
 command="/bin/sh -c \". /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh && openapp NSPanelTest\""