tests/lib: remove `test_bt_values` and `test_graph_topo`
[babeltrace.git] / tests / lib / test-plugin-plugins / minimal.c
index eb89a7e5ec4f05030b8b890dae6a467f5e781ed9..6c63d632648844d3fad9a199da554cf63586d92a 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include <babeltrace/babeltrace.h>
+#include <babeltrace2/babeltrace.h>
 #include <stdlib.h>
 #include <glib.h>
 
-static enum bt_self_plugin_status plugin_init(bt_self_plugin *plugin)
+static bt_self_plugin_status plugin_init(bt_self_plugin *plugin)
 {
        g_setenv("BT_TEST_PLUGIN_INIT_CALLED", "1", 1);
        return BT_SELF_PLUGIN_STATUS_OK;
This page took 0.026061 seconds and 4 git commands to generate.