UpperTesterPort.cc 1.17 KB
Newer Older
1
2
#include "UpperTesterPort.hh"

3
4
#ifdef _NO_SOFTLINKS_
/* to be used when built without generating softlinks to the working directory */
5
6
7
8
9
10
11
#include "BTP_ports/UpperTesterPort_BTP.partC"
#include "CAM_ports/UpperTesterPort_CAM.partC"
#include "DENM_ports/UpperTesterPort_DENM.partC"
#include "GN_ports/UpperTesterPort_GN.partC"
#include "IVIM_ports/UpperTesterPort_IVIM.partC"
#include "MapemSpatem_ports/UpperTesterPort_MapemSpatem.partC"
#include "SremSsem_ports/UpperTesterPort_SremSsem.partC"
garciay's avatar
garciay committed
12
//#include "Pki_ports/UpperTesterPort_Pki.partC"
13
14
15
//#include "V2G_ports/UpperTesterPort_V2G.partC"

#else //_NO_SOFTLINKS_
16
17
18
19

#include "UpperTesterPort_BTP.partC"
#include "UpperTesterPort_CAM.partC"
#include "UpperTesterPort_DENM.partC"
20
21
22
#include "UpperTesterPort_IVIM.partC"
#include "UpperTesterPort_MapemSpatem.partC"
#include "UpperTesterPort_SremSsem.partC"
23
#include "UpperTesterPort_GN.partC"
garciay's avatar
garciay committed
24
//#include "UpperTesterPort_Pki.partC"
filatov's avatar
filatov committed
25
/*
26
27
28
29
30
31
32
#include "UpperTesterPort_IVIM.partC"
//#include "UpperTesterPort_MapSpat.partC"
#include "UpperTesterPort_MapemSpatem.partC"
#include "UpperTesterPort_SremSsem.partC"
#include "UpperTesterPort_Evcsn.partC"
//#include "UpperTesterPort_V2G.partC"
*/
33
#endif //_NO_SOFTLINKS_