Library hierarchy for the itpp_sci project:
1 - sim_lib
2 - sci_lib
3 - sci_if

sci_tf - test of sci_lib using SCI_API of tested models.

NOTE: 
PREPROCESOR_DEFINITION selects all test:
#define SCI_TEST_ALL 
or single module test (for example)
#define SCI_TEST_FIR 

NOTE: 
there is one common code for all sci_if layer tests - implementation is defined by automatically selected templates.
NOTE: 
test_sci_lib project links sci_lib as static library, test_sci_itpp project links sci_lib as DLL.

