gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 403/411: cmake: don't use reserved target name 'test'


From: gnunet
Subject: [gnurl] 403/411: cmake: don't use reserved target name 'test'
Date: Wed, 13 Jan 2021 01:23:38 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit cfea4f2f4dc316c38694440ef2eed899a3e7d207
Author: Jakub Zakrzewski <slither.jz@gmail.com>
AuthorDate: Fri Nov 27 21:06:03 2020 +0100

    cmake: don't use reserved target name 'test'
    
    CMake up to 3.10 always reserves this name
    
    Fixes #6257
    Closes #6258
---
 tests/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index c02858380..acd53d3e7 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -41,7 +41,6 @@ function(add_runtests targetname test_flags)
   )
 endfunction()
 
-add_runtests(test           "")
 add_runtests(test-quiet     "-a -s")
 add_runtests(test-am        "-a -am")
 add_runtests(test-full      "-a -p -r")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]