runtests.bat

来自「Perst开源实时数据库」· Batch 代码 · 共 45 行

BAT
45
字号
set save_path=%path%
set path=bin;%path%
del *.dbs
tst\TestIndex\bin\debug\TestIndex
del *.dbs
tst\TestIndex\bin\debug\TestIndex altbtree
del *.dbs
tst\TestIndex\bin\debug\TestIndex altbtree serializable
del *.dbs
tst\TestIndex\bin\debug\TestIndex inmemory
tst\TestMap\bin\debug\TestMap
tst\TestIndex2\bin\debug\TestIndex2
tst\TestEnumerator\bin\debug\TestEnumerator
del *.dbs
tst\TestEnumerator\bin\debug\TestEnumerator altbtree
tst\TestCompoundIndex\bin\debug\TestCompoundIndex
tst\TestRtree\bin\debug\TestRtree
tst\TestR2\bin\debug\TestR2
tst\TestTtree\bin\debug\TestTtree
tst\TestRaw\bin\debug\TestRaw
tst\TestRaw\bin\debug\TestRaw
tst\TestGC\bin\debug\TestGC
tst\TestGC\bin\debug\TestGC background
tst\TestGC\bin\debug\TestGC background altbtree
tst\TestConcur\bin\debug\TestConcur
tst\TestConcur\bin\debug\TestConcur pinned
tst\TestServer\bin\debug\TestServer
tst\TestDbServer\bin\debug\TestDbServer
tst\TestXML\bin\debug\TestXML
tst\TestJSQL\bin\debug\TestJSQL
tst\TestBackup\bin\debug\TestBackup
tst\TestBlob\bin\debug\TestBlob
tst\TestBlob\bin\debug\TestBlob
tst\TestAlloc\bin\debug\TestAlloc
tst\TestAlloc\bin\debug\TestAlloc
tst\TestAlloc\bin\debug\TestAlloc
tst\TestTimeSeries\bin\debug\TestTimeSeries
tst\TestBit\bin\debug\TestBit
tst\TestList\bin\debug\TestList
tst\TestList2\bin\debug\TestList2
tst\TestRndIndex\bin\debug\TestRndIndex
start tst\TestReplic\bin\debug\TestReplic master
tst\TestReplic\bin\debug\TestReplic slave
set path=%save_path%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?