projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e95cc
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Dec 2013 20:44:51 +0000
(15:44 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Dec 2013 20:44:51 +0000
(15:44 -0500)
glib-tap.mk
patch
|
blob
|
history
diff --git
a/glib-tap.mk
b/glib-tap.mk
index 8d3ce64e74cb8f6c5954bc3bb297a0717873f372..3fb29a2bd63bce67944cd030cbb4eae17751465c 100644
(file)
--- a/
glib-tap.mk
+++ b/
glib-tap.mk
@@
-127,7
+127,7
@@
installed_test_meta_DATA = $(installed_testcases:=.test)
%.test: %$(EXEEXT) Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
echo 'Type=session' >> $@.tmp; \
- echo 'Exec=$(installed_testdir)/(notdir $<)' >> $@.tmp; \
+ echo 'Exec=$(installed_testdir)/
$
(notdir $<)' >> $@.tmp; \
mv $@.tmp $@)
CLEANFILES += $(installed_test_meta_DATA)