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, 18 insertions, 0 deletions
diff --git a/projects/mongrel_service/tests/all_tests.bas b/projects/mongrel_service/tests/all_tests.bas
new file mode 100644
index 0000000..0a8864f
--- /dev/null
+++ b/projects/mongrel_service/tests/all_tests.bas
@@ -0,0 +1,18 @@
+'#--
+'# 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
+