Add tests for plugin version
[babeltrace.git] / tests / lib / test-plugin-plugins / sfs.c
index 037deced4d2e6e2c726e18352a00a02f76cc13b5..a9d58ce677a00d4500c053b8b7fa8bb1dd16c5e5 100644 (file)
@@ -33,6 +33,7 @@ BT_PLUGIN(test_sfs);
 BT_PLUGIN_DESCRIPTION("Babeltrace plugin with source, sink, and filter component classes");
 BT_PLUGIN_AUTHOR("Janine Sutto");
 BT_PLUGIN_LICENSE("Beerware");
+BT_PLUGIN_VERSION(1, 2, 3, "yes");
 
 BT_PLUGIN_SOURCE_COMPONENT_CLASS(source, dummy_init_iterator_method);
 BT_PLUGIN_SOURCE_COMPONENT_CLASS_DESCRIPTION(source, "A source.");
This page took 0.023095 seconds and 4 git commands to generate.