aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-08-26 19:09:45 +0200
committerMattias Andrée <maandree@kth.se>2018-08-26 19:09:45 +0200
commit2994cd6c2cb1103613f3116ef7c371a64ae5221f (patch)
treea816a9f72c971827bfae8ad70c52cc6b2db4f01d /Makefile
parentRemove checks impossible situations (diff)
downloadlibsimple-2994cd6c2cb1103613f3116ef7c371a64ae5221f.tar.gz
libsimple-2994cd6c2cb1103613f3116ef7c371a64ae5221f.tar.bz2
libsimple-2994cd6c2cb1103613f3116ef7c371a64ae5221f.tar.xz
Add test for putenvf
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 048d690..d235867 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,7 @@ TESTS =\
timespectostr.test\
timevaltostr.test\
vasprintf.test\
+ vputenvf.test\
libsimple.test
all: libsimple.a $(TESTS)