about summary refs log tree commit homepage
path: root/projects/mongrel_service/tests/all_tests.bas
diff options
context:
space:
mode:
Diffstat (limited to 'projects/mongrel_service/tests/all_tests.bas')
-rw-r--r--projects/mongrel_service/tests/all_tests.bas18
1 files changed, 0 insertions, 18 deletions
diff --git a/projects/mongrel_service/tests/all_tests.bas b/projects/mongrel_service/tests/all_tests.bas
deleted file mode 100644
index 0a8864f..0000000
--- a/projects/mongrel_service/tests/all_tests.bas
+++ /dev/null
@@ -1,18 +0,0 @@
-'#--
-'# Copyright (c) 2006-2007 Luis Lavena, Multimedia systems
-'#
-'# This source code is released under the MIT License.
-'# See MIT-LICENSE file for details
-'#++
-
-#include once "testly.bi"
-
-'# the code in this module runs after all
-'# the other modules have "registered" their suites.
-
-'# evaluate the result from run_tests() to
-'# return a error to the OS or not.
-if (run_tests() = false) then
-    end 1
-end if
-