TDBC

Check-in [8867b6b047]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Make usable in novem Tcl+pkgs
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | novem-support
Files: files | file ages | folders
SHA1: 8867b6b047225d20218d1181e4f525dae61255f6
User & Date: dgp 2012-11-30 18:51:51.568
Context
2013-11-14
13:29
merge trunk check-in: 63f6d88132 user: jan.nijtmans tags: novem-support
2012-11-30
18:51
Make usable in novem Tcl+pkgs check-in: 8867b6b047 user: dgp tags: novem-support
2012-11-14
16:19
REFACTOR: move the content of tdbc/ into the main repository check-in: 63f46df14c user: 200002852 tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tests/all.tcl.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# all.tcl --
#
# This file contains a top-level script to run all of the Tcl
# tests.  Execute it by invoking "source all.test" when running tcltest
# in this directory.
#
# Copyright (c) 1998-2000 by Scriptics Corporation.
# All rights reserved.
# 
# RCS: @(#) $Id$

package require Tcl 8.6
package require tcltest 2.2
::tcltest::configure \
    -testdir [file dirname [file normalize [info script]]] \
    {*}$argv
::tcltest::runAllTests











|





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# all.tcl --
#
# This file contains a top-level script to run all of the Tcl
# tests.  Execute it by invoking "source all.test" when running tcltest
# in this directory.
#
# Copyright (c) 1998-2000 by Scriptics Corporation.
# All rights reserved.
# 
# RCS: @(#) $Id$

package require Tcl 8.6-
package require tcltest 2.2
::tcltest::configure \
    -testdir [file dirname [file normalize [info script]]] \
    {*}$argv
::tcltest::runAllTests