]> ncurses.scripts.mit.edu Git - ncurses.git/blob - test/programs
ncurses 6.2 - patch 20200308
[ncurses.git] / test / programs
1 # $Id: programs,v 1.45 2020/02/02 23:34:34 tom Exp $
2 ##############################################################################
3 # Copyright 2018-2019,2020 Thomas E. Dickey                                  #
4 # Copyright 2006-2016,2017 Free Software Foundation, Inc.                    #
5 #                                                                            #
6 # Permission is hereby granted, free of charge, to any person obtaining a    #
7 # copy of this software and associated documentation files (the "Software"), #
8 # to deal in the Software without restriction, including without limitation  #
9 # the rights to use, copy, modify, merge, publish, distribute, distribute    #
10 # with modifications, sublicense, and/or sell copies of the Software, and to #
11 # permit persons to whom the Software is furnished to do so, subject to the  #
12 # following conditions:                                                      #
13 #                                                                            #
14 # The above copyright notice and this permission notice shall be included in #
15 # all copies or substantial portions of the Software.                        #
16 #                                                                            #
17 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
18 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
20 # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
21 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
22 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
23 # DEALINGS IN THE SOFTWARE.                                                  #
24 #                                                                            #
25 # Except as contained in this notice, the name(s) of the above copyright     #
26 # holders shall not be used in advertising or otherwise to promote the sale, #
27 # use or other dealings in this Software without prior written               #
28 # authorization.                                                             #
29 ##############################################################################
30 #
31 # Author: Thomas E. Dickey
32 #
33 # programs used for ncurses tests
34 background      $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   background dump_window
35 blue            $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   blue
36 bs              $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   bs
37 cardfile        $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   cardfile
38 chgat           $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   chgat popup_msg
39 clip_printw     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   clip_printw popup_msg
40 color_content   $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   color_content
41 color_set       $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   color_set
42 demo_altkeys    $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   demo_altkeys
43 demo_defkey     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   demo_defkey
44 demo_forms      $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   demo_forms edit_field popup_msg
45 demo_keyok      $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   demo_keyok
46 demo_menus      $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   demo_menus
47 demo_new_pair   $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   demo_new_pair popup_msg
48 demo_panels     $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   demo_panels
49 demo_tabs       $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   demo_tabs
50 demo_termcap    $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   demo_termcap
51 demo_terminfo   $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   demo_terminfo
52 ditto           $(LDFLAGS_THREADS)      $(LOCAL_LIBS)   ditto
53 dots            $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   dots
54 dots_curses     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   dots_curses
55 dots_mvcur      $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   dots_mvcur
56 dots_termcap    $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   dots_termcap
57 dots_xcurses    $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   dots_xcurses
58 echochar        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   echochar
59 extended_color  $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   extended_color
60 filter          $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   filter
61 firework        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   firework
62 firstlast       $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   firstlast
63 foldkeys        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   foldkeys
64 form_driver_w   $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   form_driver_w popup_msg
65 gdc             $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   gdc
66 hanoi           $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   hanoi
67 hashtest        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   hashtest
68 inch_wide       $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   inch_wide popup_msg
69 inchs           $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   inchs popup_msg
70 ins_wide        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   ins_wide
71 insdelln        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   insdelln popup_msg
72 inserts         $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   inserts
73 key_names       $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   key_names
74 keynames        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   keynames
75 knight          $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   knight
76 list_keys       $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   list_keys
77 lrtest          $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   lrtest
78 movewindow      $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   movewindow popup_msg
79 ncurses         $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   ncurses
80 newdemo         $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   newdemo
81 padview         $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   padview popup_msg
82 pair_content    $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   pair_content
83 picsmap         $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   picsmap
84 railroad        $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   railroad
85 rain            $(LDFLAGS_THREADS)      $(LOCAL_LIBS)   rain popup_msg
86 redraw          $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   redraw popup_msg
87 savescreen      $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   savescreen popup_msg
88 sp_tinfo        $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   sp_tinfo
89 tclock          $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   tclock
90 test_add_wchstr $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_add_wchstr
91 test_addchstr   $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_addchstr
92 test_addstr     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_addstr
93 test_addwstr    $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_addwstr
94 test_arrays     $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   test_arrays
95 test_get_wstr   $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_get_wstr popup_msg
96 test_getstr     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_getstr popup_msg
97 test_instr      $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_instr
98 test_inwstr     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_inwstr
99 test_opaque     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_opaque
100 test_setupterm  $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_setupterm
101 test_sgr        $(LDFLAGS_TINFO)        $(LOCAL_LIBS)   test_sgr
102 test_termattrs  $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_termattrs
103 test_vid_puts   $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_vid_puts
104 test_vidputs    $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_vidputs
105 testaddch       $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   testaddch
106 testcurs        $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   testcurs
107 testscanw       $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   testscanw
108 view            $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   view popup_msg
109 worm            $(LDFLAGS_THREADS)      $(LOCAL_LIBS)   worm
110 xmas            $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   xmas
111
112 # vile:makemode