summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-04-01 11:32:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-06 23:10:31 +0100
commitcb6b4eb4799784d828d833b5c9abe910d657bb11 (patch)
tree3262e5badb2cb48fc0511360e1eed74d522c290e /bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
parent18cb7fe426d7ac726cf40002a507a57f6cf3ffed (diff)
downloadpoky-cb6b4eb4799784d828d833b5c9abe910d657bb11.tar.gz
bitbake: toaster: Add quint to project so that it can be used offline
Currently we're using a hosted version of quint however this means that the testing has to be online or have a cached version of quint. Add the files to Toaster to be able to use offline. (Bitbake rev: fc5024e2ed0e4ec2ee234a42fd0403c70c3f819e) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/js-unit-tests.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/js-unit-tests.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
index 8d65f33cb1..94ad4f8e99 100644
--- a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
+++ b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
@@ -4,9 +4,9 @@
4{% load static %} 4{% load static %}
5{% block pagecontent %} 5{% block pagecontent %}
6 6
7<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.18.0.css" /> 7<link rel="stylesheet" href="{% static 'css/qunit-1.18.0.css' %}" />
8 8
9<script src="//code.jquery.com/qunit/qunit-1.18.0.js"></script> 9<script src="{% static 'js/qunit-1.18.0.js' %}"></script>
10 10
11<script src="{% static 'js/layerDepsModal.js' %}"></script> 11<script src="{% static 'js/layerDepsModal.js' %}"></script>
12<script src="{% static 'js/projectpage.js' %}"></script> 12<script src="{% static 'js/projectpage.js' %}"></script>