aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2020-12-16 11:14:59 +0000
committerPhilip Herron <philip.herron@embecosm.com>2020-12-16 11:14:59 +0000
commit503eb9b35471e014597db4288fb06dafac8cf541 (patch)
treefd18c97ade04d16a3e7832839613b5c3760e68de
parent6e4b74fb77c45a6088e0cca22ec05c28c7f0b6dc (diff)
downloadgcc-503eb9b35471e014597db4288fb06dafac8cf541.zip
gcc-503eb9b35471e014597db4288fb06dafac8cf541.tar.gz
gcc-503eb9b35471e014597db4288fb06dafac8cf541.tar.bz2
Add missing Dejagnu dependancy to run test suite.
Fixes #63
-rw-r--r--.github/workflows/ccpp.yml3
-rw-r--r--README.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index b91fbd7..019c476 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -29,7 +29,8 @@ jobs:
libmpc-dev \
build-essential \
gcc-multilib \
- g++-multilib
+ g++-multilib \
+ dejagnu
- name: Configure
run: |
diff --git a/README.md b/README.md
index caa32f0..5c6d804 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ status reports from Philip Herron and tast tracking overviews.
Fetch dependancies for ubuntu:
```bash
-$ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison autogen gcc-multilib
+$ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison autogen gcc-multilib dejagnu
```
Clone the repository