GNOME Bugzilla – Bug 529832
Need more test
Last modified: 2018-05-22 13:01:23 UTC
There are no sufficient test in GOffice. I need it!
Created attachment 109880 [details] A sample test code with Cutter There is no main() function since Cutter loads and runs test_ prefix functions directly.
Created attachment 109881 [details] A sample test code with GTester
Created attachment 109882 [details] [review] A patch to mak both test cases.
To run Cutter version test: make && cutter .libs (in tests directory) or (veborse mode) make && cutter -v v .libs To run GTester version test: make check && ./tests/test-regex-with-gtester
Comment on attachment 109882 [details] [review] A patch to mak both test cases. No conditional make yet.
I'd prefer an optional depedency. Not everybody has Cutter installed. It's just for developers, imho.
Created attachment 109885 [details] [review] Revised patch Conditional make whether Cutter is installed or not.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/goffice/issues/14.