summaryrefslogtreecommitdiff
path: root/usr/src/test/zfs-tests/cmd/btree_test/Makefile
diff options
context:
space:
mode:
authorJohn Wren Kennedy <john.kennedy@delphix.com>2019-12-19 12:53:55 -0700
committerToomas Soome <tsoome@me.com>2022-10-24 20:41:40 +0300
commitdb8a370dba45fa238d7ad5ac85e2fffef8713c75 (patch)
treea72fc20d92f099fd64c5e508ce166cc390622a0e /usr/src/test/zfs-tests/cmd/btree_test/Makefile
parent00ae59338e3e57fe8bfe8118360a47a69bfd8b98 (diff)
downloadillumos-joyent-db8a370dba45fa238d7ad5ac85e2fffef8713c75.tar.gz
15005 Tests for btree implementation used by range trees
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src/test/zfs-tests/cmd/btree_test/Makefile')
-rw-r--r--usr/src/test/zfs-tests/cmd/btree_test/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/usr/src/test/zfs-tests/cmd/btree_test/Makefile b/usr/src/test/zfs-tests/cmd/btree_test/Makefile
new file mode 100644
index 0000000000..d950ca1c36
--- /dev/null
+++ b/usr/src/test/zfs-tests/cmd/btree_test/Makefile
@@ -0,0 +1,23 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 of the CDDL.
+#
+# A full copy of the text of the CDDL should have accompanied this
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
+#
+
+#
+# Copyright 2022 Toomas Soome <tsoome@me.com>
+#
+
+PROG = btree_test
+
+include $(SRC)/cmd/Makefile.cmd
+
+CPPFLAGS += -I$(SRC)/uts/common/fs/zfs -DDEBUG
+LDLIBS += -lavl -lzpool -lumem
+
+include ../Makefile.subdirs