From 5cc1d55d769e278f51eeb057b08d04afd6bb0c44 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 7 Mar 2021 00:22:40 +0100 Subject: Add a simple benchmark program for the xattr key/value recorder Signed-off-by: David Oberhollenzer --- tests/libsqfs/Makemodule.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/libsqfs/Makemodule.am') diff --git a/tests/libsqfs/Makemodule.am b/tests/libsqfs/Makemodule.am index 0ad19d9..5ebb94b 100644 --- a/tests/libsqfs/Makemodule.am +++ b/tests/libsqfs/Makemodule.am @@ -7,8 +7,13 @@ test_table_LDADD = libsquashfs.la test_xattr_writer_SOURCES = tests/libsqfs/xattr_writer.c tests/test.h test_xattr_writer_LDADD = libsquashfs.la +xattr_benchmark_SOURCES = tests/libsqfs/xattr_benchmark.c +xattr_benchmark_LDADD = libcommon.a libsquashfs.la libcompat.a + LIBSQFS_TESTS = \ test_abi test_table test_xattr_writer +noinst_PROGRAMS += xattr_benchmark + check_PROGRAMS += $(LIBSQFS_TESTS) TESTS += $(LIBSQFS_TESTS) -- cgit v1.2.3