summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 17:01:25 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 17:01:25 -0400
commitd0d463e9b96b6671b09837900c58e50442e2e01f (patch)
tree872e2649e1919d63207aeeeb70132b41a5fe41dd
parentd5737c43f35d4b70303803f1dabe58c7df6f4fe0 (diff)
Fix a warning from `make check`v20160609
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 27dbe80..69a1bb9 100644
--- a/config.mk
+++ b/config.mk
@@ -33,4 +33,6 @@ mandir = $(datarootdir)/man
devtoolsdir = $(call abspath,$(topsrcdir)/../devtools-par)
RONNFLAGS = --manual='libretools Manual' --organization='Parabola'
+TESTENVFLAGS ?=
+
endif