From a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Mon, 1 May 2017 22:11:06 +0100 Subject: tests: Add tests for vadd --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9151ff786..79d8046d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -301,9 +301,9 @@ get_git_head_revision(GIT_REF_SPEC GIT_REV) git_describe(GIT_DESC --always --long --dirty) git_branch_name(GIT_BRANCH) +enable_testing() add_subdirectory(externals) add_subdirectory(src) -enable_testing() # Installation instructions -- cgit v1.2.3