aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-08 18:04:48 +0900
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-08 18:04:48 +0900
commit4b74762203201997a5d01c075809fd6f83b906b7 (patch)
tree69c90ae051c08c666b711d5d738b4818ccb90aae
parentaa2699707b575d55dbc22e96e81cad6357cd8526 (diff)
downloadlz4-4b74762203201997a5d01c075809fd6f83b906b7.tar.gz
Add test-freestanding to Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e12ae77..e70c3dbd 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