File: UnitTesting.pro

package info (click to toggle)
mldemos 0.5.1%2Bgit.1.ee5d11f-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 32,980 kB
  • sloc: cpp: 311,848; ansic: 167,718; ml: 126; sh: 109; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###########################
# Configuration           #
###########################
QT += testlib

TARGET = UnitTesting
NAME = UnitTesting
MLPATH = ..
DESTDIR = $$MLPATH/UnitTesting

CONFIG += mainApp
include($$MLPATH/MLDemos_variables.pri)

###########################
# Source Files            #
###########################
HEADERS += \  
    testDatasetManager.h
SOURCES += \  
    testDatasetManager.cpp