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
From Nicolas Joly:
[automake.git]
/
tests
/
java.test
blob
47a2992f8df3ffde50ea57a78b309778b305a70f
1
#! /bin/sh
2
3
# Minimal test of Java functionality.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
javadir
=
$
(
datadir
)/
java
9
java_JAVA
=
a.java b.java c.java
10
END
11
12
$AUTOMAKE
||
exit
1
13
grep
'^all[-a-z]*:.*classjava\.stamp'
Makefile.
in