start of integration test

This commit is contained in:
Christien Rioux 2024-04-29 13:41:19 -04:00
parent 7e9254faac
commit 87735dfb8e
147 changed files with 5787 additions and 15 deletions

View file

@ -0,0 +1,6 @@
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}