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:

committed by
Tim Janik

parent
e87696a91d
commit
c1387f9cea
10
ChangeLog
10
ChangeLog
@ -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>
|
2007-12-11 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/tutorial/gtk-tut.sgml:
|
* docs/tutorial/gtk-tut.sgml:
|
||||||
|
@ -36,13 +36,13 @@ TEST_PROGS += autotestfilechooser
|
|||||||
autotestfilechooser_DEPENDENCIES = $(TEST_DEPS)
|
autotestfilechooser_DEPENDENCIES = $(TEST_DEPS)
|
||||||
autotestfilechooser_LDADD = $(LDADDS)
|
autotestfilechooser_LDADD = $(LDADDS)
|
||||||
autotestfilechooser_SOURCES = autotestfilechooser.c
|
autotestfilechooser_SOURCES = autotestfilechooser.c
|
||||||
|
TEST_PROGS += buildertest
|
||||||
|
buildertest_DEPENDENCIES = $(TEST_DEPS)
|
||||||
TESTS = buildertest
|
buildertest_LDADD = $(LDADDS)
|
||||||
|
buildertest_LDFLAGS = -export-dynamic
|
||||||
|
|
||||||
noinst_PROGRAMS = $(TEST_PROGS) \
|
noinst_PROGRAMS = $(TEST_PROGS) \
|
||||||
autotestkeywords \
|
autotestkeywords \
|
||||||
buildertest \
|
|
||||||
simple \
|
simple \
|
||||||
print-editor \
|
print-editor \
|
||||||
testaccel \
|
testaccel \
|
||||||
@ -105,7 +105,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
|
|||||||
|
|
||||||
if HAVE_CXX
|
if HAVE_CXX
|
||||||
noinst_PROGRAMS += autotestkeywords
|
noinst_PROGRAMS += autotestkeywords
|
||||||
TESTS += autotestkeywords
|
TESTS = autotestkeywords
|
||||||
|
|
||||||
autotestkeywords_SOURCES = autotestkeywords.cc
|
autotestkeywords_SOURCES = autotestkeywords.cc
|
||||||
autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
|
autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
|
||||||
@ -118,7 +118,6 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
simple_DEPENDENCIES = $(TEST_DEPS)
|
simple_DEPENDENCIES = $(TEST_DEPS)
|
||||||
buildertest_DEPENDENCIES = $(TEST_DEPS)
|
|
||||||
print_editor_DEPENDENCIES = $(TEST_DEPS)
|
print_editor_DEPENDENCIES = $(TEST_DEPS)
|
||||||
testicontheme_DEPENDENCIES = $(TEST_DEPS)
|
testicontheme_DEPENDENCIES = $(TEST_DEPS)
|
||||||
testiconview_DEPENDENCIES = $(TEST_DEPS)
|
testiconview_DEPENDENCIES = $(TEST_DEPS)
|
||||||
@ -173,7 +172,6 @@ testtooltips_DEPENDENCIES = $(TEST_DEPS)
|
|||||||
testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
|
testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
|
||||||
|
|
||||||
simple_LDADD = $(LDADDS)
|
simple_LDADD = $(LDADDS)
|
||||||
buildertest_LDADD = $(LDADDS)
|
|
||||||
print_editor_LDADD = $(LDADDS)
|
print_editor_LDADD = $(LDADDS)
|
||||||
testaccel_LDADD = $(LDADDS)
|
testaccel_LDADD = $(LDADDS)
|
||||||
testassistant_LDADD = $(LDADDS)
|
testassistant_LDADD = $(LDADDS)
|
||||||
@ -234,7 +232,6 @@ testgrouping_LDADD = $(LDADDS)
|
|||||||
testtooltips_LDADD = $(LDADDS)
|
testtooltips_LDADD = $(LDADDS)
|
||||||
testvolumebutton_LDADD = $(LDADDS)
|
testvolumebutton_LDADD = $(LDADDS)
|
||||||
|
|
||||||
buildertest_LDFLAGS = -export-dynamic
|
|
||||||
|
|
||||||
testentrycompletion_SOURCES = \
|
testentrycompletion_SOURCES = \
|
||||||
prop-editor.c \
|
prop-editor.c \
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user