Refactor the plugin registration and loading machinery
[babeltrace.git] / tests / lib / test-plugin-plugins / minimal.c
index b99c1fffbecb87dbc6c378074642fd25d3b416a0..ddde63b010320a74565adeed467b7cd973af35b5 100644 (file)
@@ -34,7 +34,7 @@ static enum bt_plugin_status plugin_exit(void)
        return BT_PLUGIN_STATUS_OK;
 }
 
-BT_PLUGIN_NAME("test-minimal");
+BT_PLUGIN(test_minimal);
 BT_PLUGIN_DESCRIPTION("Minimal Babeltrace plugin with no component classes");
 BT_PLUGIN_AUTHOR("Janine Sutto");
 BT_PLUGIN_LICENSE("Beerware");
This page took 0.023419 seconds and 4 git commands to generate.