From 04e356c5a826ab5838e280f4cafd2b4306749cea Mon Sep 17 00:00:00 2001 From: Johannes Krampf Date: Sat, 3 Dec 2011 12:16:53 +0100 Subject: Add mips64el to arches fixture --- main/fixtures/arches.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main/fixtures/arches.json') 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" + } } ] -- cgit v1.2.3