~uriboni/qt-halide/copyright-headers

« back to all changes in this revision

Viewing changes to tests/unit/README

  • Committer: Florian Boucault
  • Author(s): Florian Boucault
  • Date: 2015-04-06 10:50:34 UTC
  • mfrom: (302.3.17 source_lib_layout)
  • Revision ID: florian_boucault-20150406105034-3ikgkyko3uop5677
Relaid out source tree to make it clearly into a library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
To run a single test manually build the project
11
11
(to create the test environment in the build dir) then, for example:
12
12
 
13
 
cd <build_dir>/runtests
14
 
qmltestrunner -import ../backend -import ../tests/unit -input tst_image.qml
 
13
cd <build_dir>/
 
14
qmltestrunner -import src -import tests/unit -input tests/unit/tst_image.qml