Skip to content

Commit

Permalink
Missing kernel test files in dist target
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Galarneau <[email protected]>
  • Loading branch information
jgalar committed Aug 31, 2018
1 parent ef3dfe5 commit bb40a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/regression/kernel/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
EXTRA_DIST = test_event_basic test_all_events test_syscall \
test_clock_override test_rotation_destroy_flush \
test_select_poll_epoll test_lttng_logger
test_select_poll_epoll test_lttng_logger \
test_userspace_probe test_callstack \
test_syscall validate_select_poll_epoll.py

noinst_PROGRAMS = select_poll_epoll
select_poll_epoll_SOURCES = select_poll_epoll.c
Expand Down
3 changes: 2 additions & 1 deletion tests/utils/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SUBDIRS = . tap testapp

EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh
EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh \
parse-callstack.py
dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl
noinst_LTLIBRARIES = libtestutils.la

Expand Down

0 comments on commit bb40a65

Please sign in to comment.