From 04ca3af777a18ba9148110500d3d9ad3f6210895 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 3 Apr 2015 22:18:22 +0200 Subject: Run integration tests as last test --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69baa48..19f0b81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -324,9 +324,6 @@ IF (TEST) ${EXPAT_LIBRARIES} ) - # Register the integration test suite - ADD_TEST(ousia_test_integration ousia_test_integration) - # Build the unit tests if GTEST had been found IF (GTEST) INCLUDE_DIRECTORIES( @@ -469,6 +466,9 @@ IF (TEST) ADD_TEST(ousia_test_osxml ousia_test_osxml) ADD_TEST(ousia_test_xml ousia_test_xml) ENDIF() + + # Register the integration test suite + ADD_TEST(ousia_test_integration ousia_test_integration) ENDIF() ################################################################################ -- cgit v1.2.3