summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-08 09:04:48 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-08 09:04:48 (GMT)
commit4b74762203201997a5d01c075809fd6f83b906b7 (patch)
tree69c90ae051c08c666b711d5d738b4818ccb90aae
parentaa2699707b575d55dbc22e96e81cad6357cd8526 (diff)
downloadlz4-4b74762203201997a5d01c075809fd6f83b906b7.zip
lz4-4b74762203201997a5d01c075809fd6f83b906b7.tar.gz
lz4-4b74762203201997a5d01c075809fd6f83b906b7.tar.bz2
Add test-freestanding to Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e12ae7..e70c3db 100644
--- a/Makefile
+++ b/Makefile
@@ -190,6 +190,10 @@ platformTest: clean
versionsTest: clean
$(MAKE) -C $(TESTDIR) $@
+.PHONY: test-freestanding
+test-freestanding:
+ $(MAKE) -C $(TESTDIR) clean $@
+
.PHONY: cxxtest cxx32test
cxxtest cxx32test: CC := "$(CXX) -Wno-deprecated"
cxxtest cxx32test: CFLAGS = -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror