GNOME Bugzilla – Bug 521787
Unit tests in tracker
Last modified: 2008-10-13 12:10:59 UTC
Tracker requires some changes in the build chain to allow programmers to write unit tests.
Created attachment 107064 [details] [review] Unit test changes in autotools + tracker-log tests This test modifies: 1) configure.ac : to enable/disable the unit tests depending on glib version and user configuration 2) all Makefile.am in the project: to include Makefile.decl which contains the "test" rules 3) create tests/ folder in libtracker-common and add a new test for the logger. Could be used as example of future tests.
Created attachment 107077 [details] [review] Unit test changes in autotools + tracker-log-tests (2) Makefile.decl was missing in previous patch
Committed ages ago in indexer-split and now merged in trunk. Close as fixed.