projects
/
babeltrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5f37d
)
Fix running tests out of tree
author
Simon Marchi
<simon.marchi@polymtl.ca>
Sat, 14 Feb 2015 18:49:38 +0000
(13:49 -0500)
committer
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Wed, 18 Feb 2015 21:07:16 +0000
(16:07 -0500)
When building out of tree, make check fails because the "tests" file is
not found.
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index 8d84b16b8db3e90595868130ea19de89312d88e6..2e307f42806f3511ea61b58d6bb1e3abd3e51fa3 100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-21,4
+21,4
@@
clean-local:
fi
check-am:
- ./run.sh tests
+ ./run.sh
$(srcdir)/
tests
This page took
0.026131 seconds
and
4
git commands to generate.