summaryrefslogtreecommitdiffstats
path: root/doc/ADD_YOUR_CHECK
blob: d2408dd21d4afd0a65951761c792175f4509d639 (plain)
1
2
3
4
5
6
7
To create your own check
    - Copy the example directory which is inside modules
    - Give your module a name
    - Add the name of your directory to __all_tests__ in
       lib/bittest/__init__.py 

Now have fun to write a clever test!