comparison UnitTestsSources/FrameworkTests.cpp @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents e12c8ac6dc82
children 27628b0f6ada
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
29 * You should have received a copy of the GNU General Public License 29 * You should have received a copy of the GNU General Public License
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 # include <OrthancFramework/OrthancFramework.h>
36 #endif
37
34 #include "PrecompiledHeadersUnitTests.h" 38 #include "PrecompiledHeadersUnitTests.h"
35 #include "../Core/EnumerationDictionary.h" 39 #include "../Core/EnumerationDictionary.h"
36 40
37 #include "gtest/gtest.h" 41 #include "gtest/gtest.h"
38 42