From ef53e0100ba2a52e5243815737ae12431df44961 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 13 Feb 2015 11:50:37 +0100 Subject: [PATCH] tests: do not run tests/test-rollsum as part of make check it is not really a unit test. Signed-off-by: Giuseppe Scrivano Conflicts: Makefile-tests.am --- Makefile-tests.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-tests.am b/Makefile-tests.am index 82df821d..3f6f2dea 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -117,4 +117,4 @@ tests_test_varint_SOURCES = src/libostree/ostree-varint.c tests/test-varint.c tests_test_varint_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS) tests_test_varint_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS) -TESTS = tests/test-rollsum tests/test-varint tests/test-ot-unix-utils +TESTS = tests/test-varint tests/test-ot-unix-utils