mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
move tap-test into root
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
SUBDIRS = daemon data help lib po src tools tests
|
SUBDIRS = daemon data help lib po src tools tests
|
||||||
|
|
||||||
EXTRA_DIST = AUTHORS
|
EXTRA_DIST = AUTHORS tap-test
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'
|
DISTCHECK_CONFIGURE_FLAGS = --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@ TEST_ENVIRONMENT = \
|
|||||||
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
||||||
|
|
||||||
TEST_PROGS = test-model-filter
|
TEST_PROGS = test-model-filter
|
||||||
LOG_COMPILER = $(top_srcdir)/build-aux/tap-test
|
LOG_COMPILER = $(top_srcdir)/tap-test
|
||||||
|
|
||||||
noinst_PROGRAMS = $(TESTS)
|
noinst_PROGRAMS = $(TESTS)
|
||||||
check_PROGRAMS = $(TESTS)
|
check_PROGRAMS = $(TESTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user