polardbxengine/mysql-test/suite/xengine_stress/rqg/unit
dengwendi 1d6524707e INIT 2023-11-15 15:04:10 +08:00
..
ExecutorTest.pm INIT 2023-11-15 15:04:10 +08:00
FromGrammarTest.pm INIT 2023-11-15 15:04:10 +08:00
GendataTest.pm INIT 2023-11-15 15:04:10 +08:00
GrammarTest.pm INIT 2023-11-15 15:04:10 +08:00
IPC.pm INIT 2023-11-15 15:04:10 +08:00
IPC_P1.pm INIT 2023-11-15 15:04:10 +08:00
Metadata.pm INIT 2023-11-15 15:04:10 +08:00
ParseAllGrammars.pm INIT 2023-11-15 15:04:10 +08:00
README INIT 2023-11-15 15:04:10 +08:00
RQGRunner.pm INIT 2023-11-15 15:04:10 +08:00
RandomTest.pm INIT 2023-11-15 15:04:10 +08:00
Suite.pm INIT 2023-11-15 15:04:10 +08:00
TestScripts.pm INIT 2023-11-15 15:04:10 +08:00
testGrammar.yy INIT 2023-11-15 15:04:10 +08:00
testStack.yy INIT 2023-11-15 15:04:10 +08:00
unit.pl INIT 2023-11-15 15:04:10 +08:00

README

Unit tests for RQG.

Required perl modules: Test::Unit

Run like this:

unit/unit.pl unit/<testcase>.pm

or, to run all tests:

unit/unit.pl unit/Suite.pm