summaryrefslogtreecommitdiff
blob: eb7a45291af64700060bee552ee14a75e5c637cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)