Browse Source

Gruntfile: Add Platform-DOM[-Tests].

Herbert Vojčík 7 years ago
parent
commit
e3626a53be
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Gruntfile.js

+ 2 - 1
Gruntfile.js

@@ -47,10 +47,11 @@ module.exports = function (grunt) {
                 src: ['src/Kernel-Objects.st', 'src/Kernel-Classes.st', 'src/Kernel-Methods.st', 'src/Kernel-Collections.st',
                     'src/Kernel-Infrastructure.st', 'src/Kernel-Promises.st', 'src/Kernel-Exceptions.st', 'src/Kernel-Announcements.st',
                     'src/Platform-Services.st', 'src/Platform-ImportExport.st', 'src/Platform-Browser.st', 'src/Platform-Node.st',
+                    'src/Platform-DOM.st',
                     'src/Kernel-Dag.st', 'src/Compiler-Core.st', 'src/Compiler-AST.st',
                     'src/Compiler-IR.st', 'src/Compiler-Inlining.st', 'src/Compiler-Semantic.st', 'src/Compiler-Interpreter.st',
                     'src/SUnit.st',
-                    'src/Kernel-Tests.st', 'src/Compiler-Tests.st', 'src/SUnit-Tests.st'
+                    'src/Kernel-Tests.st', 'src/Compiler-Tests.st', 'src/Platform-DOM-Tests.st', 'src/SUnit-Tests.st'
                 ],
                 jsGlobals: ['navigator']
             },