Tests babeltrace: adapt python tests to use unittest
[babeltrace.git] / tests / cli / intersection / Makefile.am
CommitLineData
295f4581 1check_SCRIPTS = test_intersection
97b9d59e
JG
2
3all-local:
4 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
5 for script in $(EXTRA_DIST); do \
6 cp -f $(srcdir)/$$script $(builddir); \
7 done; \
8 fi
9
10clean-local:
11 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
12 for script in $(EXTRA_DIST); do \
13 rm -f $(builddir)/$$script; \
14 done; \
15 fi
This page took 0.032175 seconds and 4 git commands to generate.