]> git.ozlabs.org Git - petitboot/blob - test/ui/Makefile.am
Use --no-location instead of --add-location=never
[petitboot] / test / ui / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13
14 ui_TESTS = \
15         test/ui/console-sequence
16
17 TESTS += $(ui_TESTS)
18 check_PROGRAMS += $(ui_TESTS)
19
20 test_ui_console_sequence_SOURCES = \
21         test/ui/console-sequence.c
22
23 test_ui_console_sequence_CPPFLAGS = \
24         -DPETITBOOT_TEST \
25         -I$(top_srcdir)/lib
26
27 test_ui_console_sequence_LDFLAGS = \
28         $(core_lib)
29
30
31
32 #$(ui_TESTS): LIBS += \
33 #       ui/ncurses/libpbnc.la \
34 #       $(core_lib) \
35 #       @MENU_LIB@ @FORM_LIB@ @CURSES_LIB@