From e264281c4810bb0afb07e8f590fc31e504d5e4d0 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 22 May 2014 12:02:12 +0200 Subject: Make it possible to set profiles per product. Use case 1: Build product A for architecture X and product B for architecture Y (e.g. host tools vs target libraries). Use case 2: Build product A for architectures X and Y and product B only for architecture X (e.g. Android multi-arch packages). Change-Id: I2eb721c37cdd12c298ee12bad60e21e94b04676b Reviewed-by: Joerg Bornemann --- tests/auto/api/tst_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/api/tst_api.h') diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h index 0ad65c5e5..7d1157512 100644 --- a/tests/auto/api/tst_api.h +++ b/tests/auto/api/tst_api.h @@ -57,6 +57,7 @@ private slots: void installableFiles(); void isRunnable(); void listBuildSystemFiles(); + void multiArch(); void nonexistingProjectPropertyFromProduct(); void nonexistingProjectPropertyFromCommandLine(); void references(); -- cgit v1.2.3