diff --git a/tests/20plugin.tests b/tests/20plugin.tests deleted file mode 100644 index d1d9fba2f..000000000 --- a/tests/20plugin.tests +++ /dev/null @@ -1,24 +0,0 @@ -TESTING "test plugin example code" ./test-plugin - -PLANNED "C plugin example" C <hello (); + german->goodbye ("Welt!"); + + english->hello (); + english->goodbye ("World!"); + + LUMIERA_INTERFACE_CLOSE (german); + LUMIERA_INTERFACE_CLOSE (english); + + lumiera_interfaceregistry_destroy (); + lumiera_config_destroy (); } TESTS_END