Sha256: e09d1c12cb8250efb9893892e997e95b0f02d7d1b5a56105b799289383f263d0

Contents?: true

Size: 433 Bytes

Versions: 11

Compression:

Stored size: 433 Bytes

Contents

'#--
'# 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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
thin_service-0.0.7 tests/all_tests.bas
thin_service-0.0.6 tests/all_tests.bas
thin_service-0.0.5 tests/all_tests.bas
thin_service-0.0.4 tests/all_tests.bas
thin_service-0.0.3 tests/all_tests.bas
thin_service-0.0.2 tests/all_tests.bas
thin_service-0.0.1 tests/all_tests.bas
mongrel_service-0.4.0 tests/all_tests.bas
mongrel_service-0.4.beta3 tests/all_tests.bas
mongrel_service-0.4.beta2 tests/all_tests.bas
mongrel_service-0.4.beta1 tests/all_tests.bas