From 49bf1dd8bd0bd9e2599a456b07d7dc8d61c6d18e Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Mon, 18 May 2020 14:17:58 +0300 Subject: [PATCH] Turn on arm and aarch64 build Acceleration is ready, dejagnu can be used for armv7l and aarch64 testing. Change-Id: I818c27a1bdc0def2c91720c5d6ce13e716aa5d08 Signed-off-by: Slava Barinov --- packaging/dejagnu.spec | 2 -- 1 file changed, 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. -- 2.7.4