Fixed make test
This commit is contained in:
parent
72b129c83d
commit
101ff3f0e2
1 changed files with 3 additions and 1 deletions
|
|
@ -996,8 +996,10 @@ int main(int argc, char **argv)
|
|||
gtk_disable_setlocale();
|
||||
|
||||
#ifdef DEBUG
|
||||
if(argc > 1 && !strcmp("test",argv[1]))
|
||||
if(argc > 1 && !strcmp("test",argv[1])) {
|
||||
testing = 1;
|
||||
argv++; argc--;
|
||||
}
|
||||
#endif
|
||||
|
||||
GtkApplication *app = gtk_application_new ("li.ciovil.tg", G_APPLICATION_HANDLES_OPEN);
|
||||
|
|
|
|||
Loading…
Reference in a new issue