Explorar o código

grunt: add SUnit-Tests.st to amberc:all target

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
74d32c47d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -37,7 +37,7 @@ module.exports = function(grunt) {
               'Importer-Exporter.st', 'Compiler-Exceptions.st', 'Compiler-Core.st', 'Compiler-AST.st',
               'Compiler-IR.st', 'Compiler-Inlining.st', 'Compiler-Semantic.st',
               'Canvas.st', 'SUnit.st', 'IDE.st',
-              'Kernel-Tests.st', 'Compiler-Tests.st',
+              'Kernel-Tests.st', 'Compiler-Tests.st', 'SUnit-Tests.st'
               ],
         deploy: true
       },