1
0
Преглед на файлове

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

Manfred Kroehnert преди 11 години
родител
ревизия
74d32c47d5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
       },