Turn on arm and aarch64 build 14/233714/2 accepted/tizen_6.0_base accepted/tizen_6.0_base_tool accepted/tizen_6.0_base_tool_hotfix accepted/tizen_6.5_base accepted/tizen_6.5_base_tool accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_tool tizen_6.0_base tizen_6.0_base_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base tizen_base accepted/tizen/6.0/base/20201029.110411 accepted/tizen/6.0/base/20230713.142817 accepted/tizen/6.0/base/tool/20201029.111924 accepted/tizen/6.0/base/tool/hotfix/20201030.124739 accepted/tizen/6.0/base/tool/hotfix/20201102.085914 accepted/tizen/6.5/base/20230714.002443 accepted/tizen/6.5/base/tool/20211027.112259 accepted/tizen/7.0/base/20230714.002853 accepted/tizen/7.0/base/hotfix/20230714.003708 accepted/tizen/7.0/base/tool/20221028.113055 accepted/tizen/7.0/base/tool/hotfix/20221115.084846 accepted/tizen/8.0/base/20231005.044639 accepted/tizen/base/20200621.024400 accepted/tizen/base/20230714.003301 submit/tizen_6.0_base/20201029.184801 submit/tizen_6.0_base_hotfix/20201030.192501 submit/tizen_6.0_base_hotfix/20201102.162701 submit/tizen_6.5_base/20211026.180901 submit/tizen_6.5_base/20211027.183101 submit/tizen_6.5_base/20211027.200501 submit/tizen_7.0_base/20221028.200901 submit/tizen_7.0_base_hotfix/20221115.161501 submit/tizen_base/20200611.080540 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorSlava Barinov <v.barinov@samsung.com>
Mon, 18 May 2020 11:17:58 +0000 (14:17 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Mon, 18 May 2020 11:22:14 +0000 (14:22 +0300)
Acceleration is ready, dejagnu can be used for armv7l and aarch64 testing.

Change-Id: I818c27a1bdc0def2c91720c5d6ce13e716aa5d08
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
packaging/dejagnu.spec

index fc2e5cc..0bfbc77 100644 (file)
@@ -10,12 +10,10 @@ Requires:   tcl
 Requires:      expat
 Requires:      expect
 Requires:      autogen
-#BuildRequires:        tcl
 BuildRequires: expat
 BuildRequires: expect
 BuildRequires: autogen
 BuildRequires: makeinfo
-ExcludeArch:    %arm aarch64
 
 %description
 DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness. A test harness is the testing infrastructure that is created to support a specific program or tool. Each program can have multiple testsuites, all supported by a single test harness.