summaryrefslogtreecommitdiff
path: root/QMTest/README.txt
blob: c64456569b6bc8ede08aed3d6d86753553d694e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
This directory contains testing infrastructure.  Note that not all of
the pieces here are local to SCons.

    README.txt

        What you're looking at right now.

    SConscript

        Configuration for our packaging build, to copy the necessary
        parts of the infrastructure into a build directory.

    TestCmd.py
    TestCmdTests.py
    TestCommon.py
    TestCommonTests.py

        The TestCmd infrastructure for testing external commands.
        These are for generic command testing, are used by some
        other projects, and are developed separately from SCons.
        (They're developed by SK, but still...)

        We've captured the unit tests (Test*Tests.py) for these files
        along with the actual modules themselves to make it a little
        easier to hack on them for our purposes.  Note, however,
        that any SCons-specific functionality should be implemented
        in one of the

    TestRuntest.py

        Test infrastructure for our runtest.py script.

    TestSCons.py

        Test infrastructure for SCons itself.

    TestSConsMSVS.py

        Test infrastructure for SCons' Visual Studio support.

    TestSCons_time.py

        Test infrastructure for the scons-time.py script.

    TestSConsign.py

        Test infrastructure for the sconsign.py script.

    classes.qmc
    configuration
    scons-tdb.py

        Pieces for the use of QMTest to test SCons.  We're moving away
        from this infrastructure, in no small part because we're not
        really using it as originally envisioned.

Copyright (c) 2001 - 2017 The SCons Foundation
QMTest/README.txt rel_3.0.0:4395:8972f6a2f699 2017/09/18 12:59:24 bdbaddog