1
0
Kaynağa Gözat

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

Manfred Kroehnert 11 yıl önce
ebeveyn
işleme
74d32c47d5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
       },