diff options
author | Johannes Krampf <johannes.krampf@gmail.com> | 2011-12-03 12:16:53 +0100 |
---|---|---|
committer | Johannes Krampf <johannes.krampf@gmail.com> | 2011-12-03 12:16:53 +0100 |
commit | 04e356c5a826ab5838e280f4cafd2b4306749cea (patch) | |
tree | d5c3925616d91b9402feb25c8e2819685b1de864 /main | |
parent | c6deca08fa2a4a71483ad5d7ba9f16e0795bcf02 (diff) |
Add mips64el to arches fixture
Diffstat (limited to 'main')
-rw-r--r-- | main/fixtures/arches.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index 6334c2d3..1e9dbc91 100644 --- a/main/fixtures/arches.json +++ b/main/fixtures/arches.json @@ -22,5 +22,13 @@ "agnostic": false, "name": "x86_64" } + }, + { + "pk": 4, + "model": "main.arch", + "fields": { + "agnostic": false, + "name": "mips64el" + } } ] |