aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-10-02 18:45:24 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-10-02 18:45:24 +0200
commit7d2ca0e05e4355540abd8c8621d3b11ceb502293 (patch)
tree8313896dd048930f37561891b667c823efb44138 /test
parent71f19d90d0a6a04c1bc79f9f9abee497f03e5299 (diff)
Added cmake project definitions.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 19b832873..f7f268e48 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,3 +1,5 @@
+project(EigenTesting)
+
add_custom_target(btest)
include(EigenTesting)
ei_init_testing()