[med-svn] [Git][med-team/tao-config][master] Compile tests only and not example files

Shayan Doust gitlab at salsa.debian.org
Mon Jul 13 12:37:08 BST 2020



Shayan Doust pushed to branch master at Debian Med / tao-config


Commits:
22b05727 by Shayan Doust at 2020-07-13T12:36:51+01:00
Compile tests only and not example files

- - - - -


1 changed file:

- debian/patches/modify_makefile.patch


Changes:

=====================================
debian/patches/modify_makefile.patch
=====================================
@@ -4,7 +4,7 @@ Author: Shayan Doust <hello at shayandoust.me>
 
 --- tao-config.orig/Makefile
 +++ tao-config/Makefile
-@@ -3,7 +3,7 @@
+@@ -3,10 +3,10 @@
  # Please see LICENSE for license or visit https://github.com/taocpp/config
  
  CXXSTD = -std=c++17
@@ -12,4 +12,8 @@ Author: Shayan Doust <hello at shayandoust.me>
 +CPPFLAGS = -pedantic -I/usr/include/ -Iinclude
  CXXFLAGS = -Wall -Wextra -Werror -O3 -ftemplate-backtrace-limit=0
  
- SOURCES := $(shell find src -name '*.cpp')
+-SOURCES := $(shell find src -name '*.cpp')
++SOURCES := $(shell find src/test/ -name '*.cpp')
+ DEPENDS := $(SOURCES:%.cpp=build/%.d)
+ BINARIES := $(SOURCES:%.cpp=build/%)
+ 



View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/commit/22b05727d10707ecc37e320ad549c9bf8a40b1f0

-- 
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/commit/22b05727d10707ecc37e320ad549c9bf8a40b1f0
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200713/5b303d3b/attachment-0001.html>


More information about the debian-med-commit mailing list