summaryrefslogtreecommitdiff
path: root/tests/libtracker-miner/data/empty-dir/.hidden
Commit message (Collapse)AuthorAgeFilesLines
* libtracker-miner: Drop libtracker-miner as a public libraryCarlos Garnacho2019-12-121-0/+0
| | | | | | | | | | | According to Debian code search, it's accumulated 0 users outside of tracker-miners. If everyone is relying on either tracker-miner-fs/rss or implementing their own minimal abstraction (TrackerMinerFS is a complex object, but the others are all fairly shallow), it does not make sense to drag this as public API anymore. This code moves into tracker-miners, and every user is expected to consume and insert data using the sparql library.
* Added initial libtracker-miner unit tests.Carlos Garnacho2010-03-051-0/+0
At the moment, there are only tests for TrackerCrawler.