Huggle  build:^490^dce1e5c
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
/data/project/huggle/repo/huggle3-qt-lx/huggle/tests/README.md
1 Unit tests
2 ===========
3 
4 This folder contains unit test for huggle, it is using QTest library.
5 
6 Basically the unit test contains of extra project that uses the source code in root
7 
8 How to build it
9 ================
10 
11 Just cd the folder test and execute qmake and make
12 
13 
14 How to execute it
15 ==================
16 
17 Run tst_testmain and wait for results
18 
19 
20 This folder is only for developers, if you are regular huggle user you don't need to use it