summaryrefslogtreecommitdiffstats
path: root/functions.cmake
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-08-25 10:44:49 +0200
committerVegard Sjonfjell <vegardsjo@gmail.com>2016-08-25 10:44:49 +0200
commit12d75332fc473c45136df4b067a3e2ca4397c97f (patch)
treef5f429b8aab2413d84b1981611362d1469334b0c /functions.cmake
parentce6cbcb589fbf5a690a40fd9bb50aeeecf984ba8 (diff)
Fix typos and clearify error message. (#454)
* Fix typos and clearify error message. * Fix new typo
Diffstat (limited to 'functions.cmake')
-rw-r--r--functions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.cmake b/functions.cmake
index 69cc455de65..5cbeabae706 100644
--- a/functions.cmake
+++ b/functions.cmake
@@ -369,7 +369,7 @@ function(vespa_add_test)
list(LENGTH TEST_DEPENDENCIES TEST_DEPENDENCIES_LENGTH)
if(${TEST_DEPENDENCIES_LENGTH} EQUAL 0)
- message(FATAL_ERROR "Test does not have any dependencies. This is not allowed.")
+ message(FATAL_ERROR "Test does not have any dependencies. It's not allowed if the command is neither a target nor a script.")
endif()
if(VALGRIND_UNIT_TESTS AND NOT ARG_NO_VALGRIND)