summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2014-04-16 14:26:15 (GMT)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2014-04-16 14:26:15 (GMT)
commita41790a75934b110eb6a94987b97620a5f5825bf (patch)
tree715bd0fd95e714f3d2fabe4382b49c0bde9ab8de /Makefile
parent0390c7dd9d9885b7b629ff97863a2ffb1e6607e9 (diff)
downloadlz4-a41790a75934b110eb6a94987b97620a5f5825bf.zip
lz4-a41790a75934b110eb6a94987b97620a5f5825bf.tar.gz
lz4-a41790a75934b110eb6a94987b97620a5f5825bf.tar.bz2
Add build target 'test'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b09687..e5797c7 100644
--- a/Makefile
+++ b/Makefile
@@ -145,4 +145,7 @@ dist: clean
@sha1sum $(DISTRIBNAME) > $(DISTRIBNAME).sha1
@echo Distribution $(DISTRIBNAME) built
+test: lz4programs
+ @cd $(PRGDIR); $(MAKE) -e $@
+
endif