[Openmp-commits] [PATCH] Validation using OpenMP validation suite - adding support for cmake Part 1 of 2

sunita chandrasekaran sunisg123 at gmail.com
Tue Mar 31 15:10:06 PDT 2015


Added a line into CMakeLists.txt under 
/llvm/openmp/runtime

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8751

Files:
  CMakeLists.txt

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -840,3 +840,11 @@
 say("-------------------------------------------------------------")
 say("")
 
+
+####################################################################
+#####               Test Section                                ####
+####################################################################
+##### Adding Test target to generated Makefile by CMake
+add_custom_target(test COMMAND make -C ${src_dir}/../ test)
+
+

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8751.23012.patch
Type: text/x-patch
Size: 564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150331/b00c53a3/attachment.bin>


More information about the Openmp-commits mailing list