You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch

13 lines
318 B

The included tests are simple, "hello world" style tests
that do not actually test this package.
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -187,7 +187,3 @@
/dVcInstallDir=$ENV{VCINSTALLDIR}
)
ENDIF (WIN32)
-
-# Unit-Tests
-ENABLE_TESTING()
-ADD_SUBDIRECTORY(tests)