]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Added definition file for test-suite, used by default by the test system. To overrid...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 08:04:56 +0000 (08:04 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 08:04:56 +0000 (08:04 +0000)
commita1fac665873519b137764119e6d57e3bf9b324f5
tree497e684143c8cd324970a2b2d41534ac4815b420
parent9fffb3441c767472036e8be074a26ea86370c6d9
Added definition file for test-suite, used by default by the test system.  To override the defs globally, use -defs=file from the command line for the test-suite.  To override the defs per-file, use F: -no-defs flag in the test template file.
42 files changed:
Makefile
test.c
tests/arrays.qc
tests/break.qc
tests/builtin.qc
tests/calls.qc
tests/correct-logic.qc
tests/correct-vs-short.qc
tests/defs.qh [new file with mode: 0644]
tests/enum.qc
tests/equality.qc
tests/fieldparams.qc
tests/functions-as-params.qc
tests/goto.qc
tests/ifs.qc
tests/mul_vf.qc
tests/ngraphs.qc
tests/noreturn.qc
tests/noreturn1.tmpl
tests/noreturn2.tmpl
tests/noreturn3.tmpl
tests/noreturn4.tmpl
tests/operators.qc
tests/param8.qc
tests/parens.qc
tests/perl-logic.qc
tests/pmacros.qc
tests/pointlife.qc
tests/pp_va_args.qc
tests/short-logic.qc
tests/switch.qc
tests/ternary.qc
tests/truth-flags-2.qc
tests/truth.qc
tests/typedefs.qc
tests/typedefs.tmpl
tests/uninit.qc
tests/utf8.qc
tests/varargs.qc
tests/variadic.qc
tests/vec_ops.qc
tests/vector-init.qc