Browse Source

grunt: add amber_test_runner target to be used by Travis

Manfred Kroehnert 11 years ago
parent
commit
03c3f3129e
1 changed files with 10 additions and 0 deletions
  1. 10 0
      grunt.js

+ 10 - 0
grunt.js

@@ -78,6 +78,16 @@ module.exports = function(grunt) {
         src: ['Kernel-Tests.st', 'Compiler-Tests.st', 'SUnit-Tests.st'],
         libraries: ['SUnit']
       },
+      amber_test_runner: {
+        working_dir: 'test',
+        src: ['Test.st'],
+        libraries: [
+        'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
+        'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser',
+        'SUnit',
+        'Kernel-Tests', 'Compiler-Tests', 'SUnit-Tests'],
+        output_name: 'run'
+      },
       amber_dev: {
         working_dir: 'js',
         src: [