summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-06-18 03:37:19 (GMT)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-06-18 03:45:15 (GMT)
commit3bcf68ff35ccc387ac7558892ea116993711644f (patch)
tree98cb21c8e2e8f446b2958646561b9c7081afeb0f /Makefile
parent386d216cdf92574c48c2a6c2efc223bf0cc3e844 (diff)
downloadlz4-3bcf68ff35ccc387ac7558892ea116993711644f.zip
lz4-3bcf68ff35ccc387ac7558892ea116993711644f.tar.gz
lz4-3bcf68ff35ccc387ac7558892ea116993711644f.tar.bz2
Use lz4 binary to check output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce5e9fc..863c866 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ versionstest: clean
streaming-examples:
cd lib; $(MAKE) -e
+ cd programs; $(MAKE) -e lz4
cd examples; $(MAKE) -e test
prg-travis: