From 043f49fbeaa9b347b9d7c500334f05a84dd11c51 Mon Sep 17 00:00:00 2001 From: luislavena Date: Fri, 18 Apr 2008 07:09:36 +0000 Subject: Ported ConsoleProcess tests from RubyServices. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/branches/stable_1-2@1009 19e92222-5c0b-0410-8929-a290d50e31e9 --- projects/mongrel_service/tests/all_tests.bas | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/mongrel_service/tests/all_tests.bas (limited to 'projects/mongrel_service/tests/all_tests.bas') 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 + -- cgit v1.2.3-24-ge0c7