repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nothing
[automake.git]
/
tests
/
tags.test
blob
ca6a29fb11e790162b6fb71e4d697ffea2f22380
1
#! /bin/sh
2
3
# Test for bug reported by Harlan Stenn: the tags target doesn't work
4
# when there are only headers in a directory.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
noinst_HEADERS
=
iguana.h
10
END
11
12
: >
iguana.h
13
14
$AUTOMAKE
||
exit
1
15
16
grep
'^ID:'
Makefile.
in