mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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
|
||||
|
||||
EXTRA_DIST = AUTHORS
|
||||
EXTRA_DIST = AUTHORS tap-test
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ TEST_ENVIRONMENT = \
|
||||
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
||||
|
||||
TEST_PROGS = test-model-filter
|
||||
LOG_COMPILER = $(top_srcdir)/build-aux/tap-test
|
||||
LOG_COMPILER = $(top_srcdir)/tap-test
|
||||
|
||||
noinst_PROGRAMS = $(TESTS)
|
||||
check_PROGRAMS = $(TESTS)
|
||||
|
||||
Reference in New Issue
Block a user