tests: do not run tests/test-rollsum as part of make check

it is not really a unit test.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Conflicts:
	Makefile-tests.am
This commit is contained in:
Giuseppe Scrivano 2015-02-13 11:50:37 +01:00 committed by Colin Walters
parent 5aa0d51d7a
commit ef53e0100b
1 changed files with 1 additions and 1 deletions

View File

@ -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