]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMUSimulator/include/linux/config_test.h
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMUSimulator / include / linux / config_test.h
1 /*
2     Copyright (C) 2012 Modelon AB
3
4     This program is free software: you can redistribute it and/or modify
5     it under the terms of the BSD style license.
6
7      This program is distributed in the hope that it will be useful,
8     but WITHOUT ANY WARRANTY; without even the implied warranty of
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10     FMILIB_License.txt file for more details.
11
12     You should have received a copy of the FMILIB_License.txt file
13     along with this program. If not, contact Modelon AB <http://www.modelon.com>.
14 */
15
16 #ifndef CONFIG_TEST_H
17 #define CONFIG_TEST_H
18 /* PATHs to test files */
19 #define FMU1_DLL_ME_PATH "/home/reino/git/fmil-win/org.simantics.fmil.core/native/build64/" CMAKE_INTDIR "/libfmu1_dll_me.so" 
20 #define FMU1_DLL_CS_PATH "/home/reino/git/fmil-win/org.simantics.fmil.core/native/build64/" CMAKE_INTDIR "/libfmu1_dll_cs.so"
21 #define COMPRESS_DUMMY_FILE_PATH_SRC "/home/reino/git/fmil-win/org.simantics.fmil.core/native/FMILibrary/Test/try_to_compress_this_file.xml"
22 #define COMPRESS_DUMMY_FILE_PATH_DIST "/home/reino/git/fmil-win/org.simantics.fmil.core/native/build64/Testing/successfully_compressed_this_file.zip"
23 #define UNCOMPRESSED_DUMMY_FILE_PATH_SRC "/home/reino/git/fmil-win/org.simantics.fmil.core/native/FMILibrary/Test/try_to_uncompress_this_file.zip"
24 #define UNCOMPRESSED_DUMMY_FOLDER_PATH_DIST "/home/reino/git/fmil-win/org.simantics.fmil.core/native/build64/Testing"
25
26 #define CTEST_RETURN_SUCCESS 0
27 #define CTEST_RETURN_FAIL 1
28
29 #define FMU_DUMMY_ME_MODEL_IDENTIFIER BouncingBall
30 #define FMU_DUMMY_CS_MODEL_IDENTIFIER BouncingBall
31
32 #define FMILIB_LINK_TEST_TO_SHAREDLIB
33 #if defined(FMILIB_LINK_TEST_TO_SHAREDLIB) && defined(FMILIB_BUILDING_LIBRARY)
34 #undef FMILIB_BUILDING_LIBRARY
35 #endif
36
37 #endif
38
39