made unnecessarily exported symbols static. switched g_return_if_fail()

2007-12-11 15:44:01  Tim Janik  <timj@imendio.com>

        * buildertest.c: made unnecessarily exported symbols static.
        switched g_return_if_fail() statements in tests to assertions.
        special cased currently failing Widget/accesibility test to
        run only for g_test_thorough(), so it doesn't break make check.
        some coding style fixes.

        * Makefile.am: added buildertest to TEST_PROGS.



svn path=/trunk/; revision=19157
This commit is contained in:
15:44:01 Tim Janik
2007-12-11 14:42:12 +00:00
committed by Tim Janik
parent e87696a91d
commit c1387f9cea
3 changed files with 317 additions and 408 deletions

View File

@ -1,3 +1,13 @@
2007-12-11 15:44:01 Tim Janik <timj@imendio.com>
* buildertest.c: made unnecessarily exported symbols static.
switched g_return_if_fail() statements in tests to assertions.
special cased currently failing Widget/accesibility test to
run only for g_test_thorough(), so it doesn't break make check.
some coding style fixes.
* Makefile.am: added buildertest to TEST_PROGS.
2007-12-11 Stefan Kost <ensonic@users.sf.net>
* docs/tutorial/gtk-tut.sgml:

View File

@ -36,13 +36,13 @@ TEST_PROGS += autotestfilechooser
autotestfilechooser_DEPENDENCIES = $(TEST_DEPS)
autotestfilechooser_LDADD = $(LDADDS)
autotestfilechooser_SOURCES = autotestfilechooser.c
TESTS = buildertest
TEST_PROGS += buildertest
buildertest_DEPENDENCIES = $(TEST_DEPS)
buildertest_LDADD = $(LDADDS)
buildertest_LDFLAGS = -export-dynamic
noinst_PROGRAMS = $(TEST_PROGS) \
autotestkeywords \
buildertest \
simple \
print-editor \
testaccel \
@ -105,7 +105,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
if HAVE_CXX
noinst_PROGRAMS += autotestkeywords
TESTS += autotestkeywords
TESTS = autotestkeywords
autotestkeywords_SOURCES = autotestkeywords.cc
autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
@ -118,7 +118,6 @@ endif
endif
simple_DEPENDENCIES = $(TEST_DEPS)
buildertest_DEPENDENCIES = $(TEST_DEPS)
print_editor_DEPENDENCIES = $(TEST_DEPS)
testicontheme_DEPENDENCIES = $(TEST_DEPS)
testiconview_DEPENDENCIES = $(TEST_DEPS)
@ -173,7 +172,6 @@ testtooltips_DEPENDENCIES = $(TEST_DEPS)
testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
simple_LDADD = $(LDADDS)
buildertest_LDADD = $(LDADDS)
print_editor_LDADD = $(LDADDS)
testaccel_LDADD = $(LDADDS)
testassistant_LDADD = $(LDADDS)
@ -234,7 +232,6 @@ testgrouping_LDADD = $(LDADDS)
testtooltips_LDADD = $(LDADDS)
testvolumebutton_LDADD = $(LDADDS)
buildertest_LDFLAGS = -export-dynamic
testentrycompletion_SOURCES = \
prop-editor.c \

File diff suppressed because it is too large Load Diff