X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=d24cab801022b51ae0172cb89e4d93d084fc4022;hb=3cfc4c9f46493dfa98464ee6fdb78e72aabd32a6;hp=417aacb33d449dbce19b4a9033dbca29473c1fc9;hpb=339332831ab29d1adb20d80bd409d3124556c934;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 417aacb..d24cab8 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -35,6 +35,7 @@ + @@ -42,14 +43,17 @@ @@ -133,6 +173,7 @@ processVariables(); addGlobalTestSymbols(); var selector = document.getElementById("selector"); + if (selector != null) { // running a test var createAttached = function(name, parent) { var elem = document.createElement(name); @@ -152,6 +193,7 @@ if (selector != null) { // running a test if (tc == null) { description.innerHTML = "Test cases:"; var testCases = getAllTestCases(); + createLink(list, "(run all tests)", document.URL + "?command=runAllTests"); for (var idx in testCases) { var entryName = testCases[idx].name; createLink(list, entryName, document.URL + "?testCaseName=" + entryName);