Add a test for GtkFileDialog

This commit is contained in:
Matthias Clasen
2023-01-05 23:03:27 -05:00
parent 8780aa02d7
commit b6f9e00a9e
2 changed files with 257 additions and 1 deletions

View File

@@ -117,7 +117,8 @@ gtk_tests = [
['testwindowdrag'],
['testinhibitshortcuts'],
['testzoom'],
['testdatatable', ['frame-stats.c', 'variable.c']]
['testdatatable', ['frame-stats.c', 'variable.c']],
['testfiledialog'],
]
if os_unix