~ubuntu-branches/ubuntu/hoary/libextractor/hoary

« back to all changes in this revision

Viewing changes to src/test/plugintest.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2004-10-30 23:50:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041030235000-poix4e5mzhmzkpbk
Tags: 0.3.10-2
* Added fix from cvs for various Sparc64 problems (Closes #278905).
* Added workaround from cvs for re-load glib problem of OLE2 extractor.
* debian/watch added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/** 
2
2
 * @file test/plugintest.c
3
3
 * @brief testcase for dynamic loading and unloading of plugins
4
 
 **/
5
 
 
 
4
 */
 
5
#include "platform.h"
6
6
#include "extractor.h"
7
7
 
8
8
int main(int argc, char * argv[]){