Add new option --no-write-registry
[cygwin-setup.git] / tests / Makefile.am
blob7284e6b2efc2c4602fda8488152da9f2c5ff196f
1 ## Process this file with automake to produce Makefile.in
3 # Copyright (c) 2002, Robert Collins
5 #     This program is free software; you can redistribute it and/or modify
6 #     it under the terms of the GNU General Public License as published by
7 #     the Free Software Foundation; either version 2 of the License, or
8 #     (at your option) any later version.
10 #     A copy of the GNU General Public License can be found at
11 #     http://www.gnu.org/
13 # Written by Robert Collins  <rbtcollins@hotmail.com>
15 # Makefile for Cygwin installer tests
17 # We would like to use -Winline for C++ as well, but some STL code triggers
18 # this warning. (Bug verified present in gcc-3.3)
19 AM_CXXFLAGS     = -Werror -Wall -Wpointer-arith -Wcomments \
20   -Wcast-align -Wwrite-strings
21 AM_CFLAGS       = $(AM_CXXFLAGS) -Wmissing-declarations -Winline \
22   -Wstrict-prototypes -Wmissing-prototypes
24 AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)
26 check_PROGRAMS = \
27         UserSettingsTest
29 TESTS = \
30         UserSettingsTest
32 UserSettingsTest_SOURCES = UserSettingsTest.cc
33 UserSettingsTest_LDADD = \
34         $(top_builddir)/Exception.o \
35         $(top_builddir)/UserSettings.o \
36         $(top_builddir)/String++.o \
37         $(top_builddir)/io_stream.o \
38         $(top_builddir)/LogSingleton.o