VNovytskyi / AutoTest_Sheller

Project Qt-Tests for testing base functions of the Sheller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoTest_Sheller

Project Qt-Tests for testing base functions of the Sheller

How to use

  1. Download zip or clone this repo.
  2. Download zip or clone Sheller version what you want to test.
  3. Edit path to Sheller files in qt pro-file.

Note

Be careful, you are compiling a C ++ application with C code, use "extern C" for include file:

extern "C" {
    #include "sheller.h"
}

About

Project Qt-Tests for testing base functions of the Sheller


Languages

Language:C++ 95.0%Language:QMake 2.8%Language:Batchfile 2.2%