autotests: Restructure
ClosedPublic

Authored by michaelh on Mar 11 2018, 10:21 AM.

Details

Summary

Move sample files to own folder
Use QFINDTESTDATA for extractortest

Test Plan

make test

Diff Detail

Repository
R824 Baloo Widgets
Branch
tests (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
michaelh created this revision.Mar 11 2018, 10:21 AM
Restricted Application added a project: Baloo. · View Herald TranscriptMar 11 2018, 10:21 AM
michaelh requested review of this revision.Mar 11 2018, 10:21 AM

Doesn't build here:

../autotests/filemetadatawidgettest.cpp:22:10: fatal error: 'config.h' file not found
michaelh updated this revision to Diff 29219.Mar 11 2018, 11:44 AM
  • autotests: Remove obsolete includes
michaelh added a comment.EditedMar 11 2018, 11:45 AM

Doesn't build here:

../autotests/filemetadatawidgettest.cpp:22:10: fatal error: 'config.h' file not found

I wonder why it compiled here?
Edit: Should I more often make clean?

Doesn't build here:

../autotests/filemetadatawidgettest.cpp:22:10: fatal error: 'config.h' file not found

I wonder why it compiled here?
Edit: Should I more often make clean?

That's a good idea if you are changing something in the build system ;)

This revision is now accepted and ready to land.Mar 11 2018, 11:55 AM
This revision was automatically updated to reflect the committed changes.