~indicator-applet-developers/dbus-test-runner/trunk.16.10

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Don't build with -Werror, it causes unnecessary build failures

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
        test-own-name.c
246
246
test_own_name_CFLAGS = \
247
247
        $(DBUS_TEST_RUNNER_CFLAGS) \
248
 
        -Wall -Werror
 
248
        -Wall
249
249
test_own_name_LDADD = \
250
250
        $(DBUS_TEST_RUNNER_LIBS)
251
251
 
253
253
        test-check-name.c
254
254
test_check_name_CFLAGS = \
255
255
        $(DBUS_TEST_RUNNER_CFLAGS) \
256
 
        -Wall -Werror
 
256
        -Wall
257
257
test_check_name_LDADD = \
258
258
        $(DBUS_TEST_RUNNER_LIBS)
259
259
 
351
351
        -I$(top_srcdir) \
352
352
        -DSESSION_CONF="\"$(top_srcdir)/data/session.conf\"" \
353
353
        -DGETNAME_PATH="\"$(abs_builddir)/test-libdbustest-getname\"" \
354
 
        -Wall -Werror
 
354
        -Wall
355
355
test_libdbustest_LDADD = \
356
356
        $(DBUS_TEST_RUNNER_LIBS) \
357
357
        $(top_builddir)/libdbustest/libdbustest.la
360
360
        test-libdbustest-getname.c
361
361
test_libdbustest_getname_CFLAGS = \
362
362
        $(DBUS_TEST_RUNNER_CFLAGS) \
363
 
        -Wall -Werror
 
363
        -Wall
364
364
test_libdbustest_getname_LDADD = \
365
365
        $(DBUS_TEST_RUNNER_LIBS)
366
366
 
389
389
        -I$(top_srcdir) \
390
390
        -DSESSION_CONF="\"$(top_srcdir)/data/session.conf\"" \
391
391
        -DGETNAME_PATH="\"$(abs_builddir)/test-libdbustest-getname\"" \
392
 
        -Wall -Werror
 
392
        -Wall
393
393
test_libdbustest_mock_LDADD = \
394
394
        $(DBUS_TEST_RUNNER_LIBS) \
395
395
        $(top_builddir)/libdbustest/libdbustest.la