diff options
Diffstat (limited to 'plugins/smartcard/test-smartcard.c')
-rw-r--r-- | plugins/smartcard/test-smartcard.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/smartcard/test-smartcard.c b/plugins/smartcard/test-smartcard.c new file mode 100644 index 00000000..b5ee3d50 --- /dev/null +++ b/plugins/smartcard/test-smartcard.c @@ -0,0 +1,7 @@ +#define NEW gsd_smartcard_manager_new +#define START gsd_smartcard_manager_start +#define STOP gsd_smartcard_manager_stop +#define MANAGER GsdSmartcardManager +#include "gsd-smartcard-manager.h" + +#include "test-plugin.h" |