aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-04-22 11:24:08 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-04-22 13:36:48 +0200
commit638d4f104184fab48c541f8372284576e998a1a3 (patch)
treee0350c165d612f631b860fae266b7705fa534aee /tests/auto/api/tst_api.h
parent5877328c4dacb1283408083cb3538ea5bc46eae5 (diff)
Expose in the API whether a product can be run.
The list of target artifacts is typically not yet available after resolving, but we already know the product type. Change-Id: I8bf98901b4123197b8d8b9ac4a4b351f251ee987 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/api/tst_api.h')
-rw-r--r--tests/auto/api/tst_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h
index 6183346ce..f017bd15e 100644
--- a/tests/auto/api/tst_api.h
+++ b/tests/auto/api/tst_api.h
@@ -54,6 +54,7 @@ private slots:
void infiniteLoop();
void infiniteLoop_data();
void installableFiles();
+ void isRunnable();
void listBuildSystemFiles();
void nonexistingProjectPropertyFromProduct();
void nonexistingProjectPropertyFromCommandLine();