• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

tmp/H09-Jan-2018-

Makefile.amH A D17-Aug-2016137 1310

Makefile.inH A D03-May-202213 KiB481414

READMEH A D01-Nov-2017580 2513

gbsReference.impH A D01-Nov-2017982 4340

gbs_basic.goodH A D01-Nov-20171.6 KiB6761

gbs_basic.shH A D01-Nov-2017749 3123

greekaccents.goodH A D01-Nov-20171.2 KiB86

greekaccents.shH A D01-Nov-2017236 91

ldr12n.goodH A D01-May-2014249 2524

ldr12n.impH A D13-Apr-2014105 1312

ldr12n.shH A D17-Aug-2016717 3224

listtest.goodH A D04-Mar-20142.1 KiB185177

listtest.shH A D04-Mar-2014735 221

osisReference.xmlH A D10-Dec-201711.4 KiB199195

osis_basic.goodH A D22-Dec-20177.6 KiB187156

osis_basic.shH A D22-May-2017894 3629

osis_mod2zmod.goodH A D22-Dec-20177.6 KiB187156

osis_mod2zmod.shH A D10-Dec-20171.5 KiB6150

osis_osis2modcipher.goodH A D22-Dec-20177.6 KiB187156

osis_osis2modcipher.shH A D22-May-20171 KiB3831

runall.shH A D04-Mar-20141 KiB4218

runtest.shH A D04-Mar-20141.1 KiB4622

sword.confH A D04-Mar-201427 32

utf8basic.goodH A D01-Nov-201722.6 KiB301291

utf8basic.shH A D01-Nov-2017667 111

versekeytest.goodH A D17-Aug-20161.3 KiB7760

versekeytest.shH A D04-Mar-2014743 221

versemgrtest.goodH A D04-Mar-2014527.9 KiB32,37032,367

versemgrtest.shH A D04-Mar-2014747 221

verseparsing-utf8.goodH A D04-Mar-2014754 87

verseparsing-utf8.shH A D04-Mar-20141.2 KiB327

verseparsing.goodH A D04-Mar-201411.9 KiB266265

verseparsing.shH A D04-Mar-20144.8 KiB13393

vs2osisref.goodH A D03-Apr-2014375 32

vs2osisref.shH A D03-Apr-2014826 232

xmltag.goodH A D04-Mar-20142.8 KiB137129

xmltag.shH A D04-Mar-20141 KiB317

README

1All tests are represented by a <test>.sh / <test>.good file pair.
2
3To run a test:
4
5./runtest.sh test
6
7This will run test.sh > test.try and compare test.try to test.good and report any differences (failures)
8
9To run all tests:
10
11./runall.sh
12
13===================================
14
15To create a new test, do whatever you want in your new mytest.sh file,
16call, executables, do anything you'd like and output results which
17matter for a good test.
18
19When all is running fine, output your .good file with:
20
21./mytest.sh > mytest.good
22
23That's it.  Simple right?  :)  So make more unit tests!
24
25