summaryrefslogtreecommitdiffstats
path: root/install/ui/test/all_tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/all_tests.html')
-rw-r--r--install/ui/test/all_tests.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/test/all_tests.html b/install/ui/test/all_tests.html
index 0acd8b76d..dc4e6c832 100644
--- a/install/ui/test/all_tests.html
+++ b/install/ui/test/all_tests.html
@@ -23,8 +23,9 @@
'test/aci_tests',
'test/widget_tests',
'test/ip_tests',
- 'test/utils_tests'
- ], function(om, ipa, details, entity, as, nav, cert, aci, wid, ip, ut){
+ 'test/utils_tests',
+ 'test/build_tests'
+ ], function(om, ipa, details, entity, as, nav, cert, aci, wid, ip, ut, bt){
om();
ipa();
details();
@@ -36,6 +37,7 @@
wid();
ip();
ut();
+ bt();
});
</script>
</head>