summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlava Barinov <v.barinov@samsung.com>2020-05-18 14:17:58 +0300
committerSlava Barinov <v.barinov@samsung.com>2020-05-18 14:22:14 +0300
commit49bf1dd8bd0bd9e2599a456b07d7dc8d61c6d18e (patch)
tree8f731cb81a21f465f6e362a1f72285fa46b84519
parentc2f1bef987f4e32b31fa069571794c168ebc6da4 (diff)
downloaddejagnu-accepted/tizen_6.0_base_tool.tar.gz
dejagnu-accepted/tizen_6.0_base_tool.tar.bz2
dejagnu-accepted/tizen_6.0_base_tool.zip
Turn on arm and aarch64 buildtizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_base/20200611.080540submit/tizen_7.0_base_hotfix/20221115.161501submit/tizen_7.0_base/20221028.200901submit/tizen_6.5_base/20211027.200501submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901submit/tizen_6.0_base_hotfix/20201102.162701submit/tizen_6.0_base_hotfix/20201030.192501submit/tizen_6.0_base/20201029.184801accepted/tizen/base/20230714.003301accepted/tizen/base/20200621.024400accepted/tizen/9.0/base/20241030.075454accepted/tizen/8.0/base/20231005.044639accepted/tizen/7.0/base/tool/hotfix/20221115.084846accepted/tizen/7.0/base/tool/20221028.113055accepted/tizen/7.0/base/hotfix/20230714.003708accepted/tizen/7.0/base/20230714.002853accepted/tizen/6.5/base/tool/20211027.112259accepted/tizen/6.5/base/20230714.002443accepted/tizen/6.0/base/tool/hotfix/20201102.085914accepted/tizen/6.0/base/tool/hotfix/20201030.124739accepted/tizen/6.0/base/tool/20201029.111924accepted/tizen/6.0/base/20230713.142817accepted/tizen/6.0/base/20201029.110411tizen_basetizen_9.0_basetizen_8.0_basetizen_7.0_base_hotfixtizen_7.0_basetizen_6.5_basetizen_6.0_base_hotfixtizen_6.0_baseaccepted/tizen_base_toolaccepted/tizen_baseaccepted/tizen_9.0_baseaccepted/tizen_8.0_baseaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_base
Acceleration is ready, dejagnu can be used for armv7l and aarch64 testing. Change-Id: I818c27a1bdc0def2c91720c5d6ce13e716aa5d08 Signed-off-by: Slava Barinov <v.barinov@samsung.com>
-rw-r--r--packaging/dejagnu.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/dejagnu.spec b/packaging/dejagnu.spec
index fc2e5cc..0bfbc77 100644
--- a/packaging/dejagnu.spec
+++ b/packaging/dejagnu.spec
@@ -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.