aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
AgeCommit message (Collapse)Author
2012-05-30tests: Port to GTK+ 3Mukund Sivaraman
2012-01-24Removed MAEMO_CHANGES and MAEMO_GTKTomasz Sterna
2012-01-24Removed deprecated widgets and methodsTomasz Sterna
2009-05-13Fix tests build during make distcheckClaudio Saavedra
* tests/Makefile.am: Include top_srcdir to make possible to build tests in a different builddir. * tests/*.c: Include <hildon/hildon-*.h> to allow building tests on a different builddir.
2009-05-05Add three simple tests for HildonPickerButtonClaudio Saavedra
* tests/Makefile.am: Add check for HildonPickerButton. * tests/check-hildon-picker-button.c (fx_setup), (fx_teardown), (START_TEST), (create_hildon_picker_button_suite): Add three simple checks for the HildonPickerButton. * tests/check_test.c (configure_tests): Add the test suite. * tests/test_suites.h: likewise.
2009-04-29Add missing files to the tests SOURCESClaudio Saavedra
* tests/Makefile.am: Add missing test_suites.h and check_utils.h to the SOURCES.
2009-02-232009-02-23 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
Patch by Sven Herzberg (sven@imendio.com) * configure.ac: Add missing AM_PROG_CC_C_0 * tests/Makefile.am: Use an appropriate variable name instead of TESTS. See NB#101420 (Update unit tests and fix make check)
2008-10-30Added a new EXTRA_CFLAGS option to add the deprecated define to the ↵Alejandro G. Castro
compilation command. This way we can avoid using the define in the documentation compilation. * configure.ac: Defined EXTRA_CFLAGS. * examples/Makefile.am: * src/Makefile.am: * tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
2008-10-302008-10-30 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* src/Makefile.am: * tests/Makefile.am: Remove spurious whitespaces.
2008-10-30Fremantle deprecated widgets marked, HILDON_DISABLE_DEPRECATEDAlejandro G. Castro
* configure.ac: Added an AM_CONDITIONAL in order to use in the Makefile.am, that way we can choose not to compile some examples and tests of the deprecated widgets. * examples/Makefile.am: Divided the sources in deprecated and non-deprecated. * src/Makefile.am: Added undef statement of the deprecated symbol to the enums file generation process. * src/hildon-color-chooser-dialog.c * src/hildon-color-chooser-dialog.h * src/hildon-color-button.c * src/hildon-color-button.h * src/hildon-color-chooser.c * src/hildon-color-chooser.h * src/hildon-controlbar.c * src/hildon-controlbar.h * src/hildon-date-editor.c * src/hildon-date-editor.h * src/hildon-hvolumebar.c * src/hildon-hvolumebar.h * src/hildon-private.c * src/hildon-private.h * src/hildon-range-editor.c * src/hildon-range-editor.h * src/hildon-seekbar.c * src/hildon-seekbar.h * src/hildon-time-editor.c * src/hildon-time-editor.h * src/hildon-time-picker.c * src/hildon-time-picker.h * src/hildon-volumebar.c * src/hildon-volumebar.h * src/hildon-vvolumebar.c * src/hildon-vvolumebar.h * src/hildon-bread-crumb-trail.h * src/hildon-bread-crumb-trail.c * src/hildon-calendar-popup.c * src/hildon-calendar-popup.h * src/hildon-weekday-picker.c: * src/hildon-weekday-picker.h: * src/hildon-bread-crumb-widget.c: * src/hildon-bread-crumb-widget.h: * src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h: * src/hildon-calendar.c: * src/hildon-calendar.h: * src/hildon-caption.c: * src/hildon-code-dialog.c: * src/hildon-code-dialog.h: * src/hildon-font-selection-dialog.c: * src/hildon-font-selection-dialog.h: * src/hildon-get-password-dialog.c: * src/hildon-get-password-dialog.h: * src/hildon-login-dialog.c: * src/hildon-login-dialog.h: * src/hildon-number-editor.c: * src/hildon-number-editor.h: * src/hildon-set-password-dialog.c: * src/hildon-set-password-dialog.h: * src/hildon-sort-dialog.c: * src/hildon-sort-dialog.h: This is the list of deprecated widgets. * src/hildon-touch-selector.c: * src/hildon-window.c: Added undef statement to avoid compilation warnings * tests/Makefile.am: Divided the sources in deprecated and non-deprecated. * tests/check_test.c, (configure_tests): Marked the deprecated code that was adding suites with deprecated tests.
2007-01-23Adding some clean stuff for tests/. Removing old out crap.Michael Dominic Kostrzewa
2007-01-18Introducing the hildon-helper and moving some -defines functions there.Michael Dominic Kostrzewa
2007-01-18Moving "composite widget" to private since essentially it's just a handy ↵Michael Dominic Kostrzewa
private function. Removing the composite test case, since it's external/not exported anymore.
2007-01-17Upgrading the license headers, moving package name to "hildon" etc.Michael Dominic Kostrzewa
2007-01-17Adding the color button and color chooser examples. Fixing the ↵Michael Dominic Kostrzewa
color-returning functions. Adjusting to new color-returning functions. Adding the tests for color button and color chooser.
2007-01-15Adding the test suite.Michael Dominic Kostrzewa