diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-20 19:35:06 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-20 19:35:06 (GMT) |
| commit | ab561773326ed8d07fbcbe155e72c2a65ae5d6ba (patch) | |
| tree | cef6f384db83b5d64bbddd0fab244fbccdcd4710 /java/examples/groups | |
| parent | d75400082e56a9e1912960d5b26ac74756c354fa (diff) | |
| download | hdf5-ab561773326ed8d07fbcbe155e72c2a65ae5d6ba.zip hdf5-ab561773326ed8d07fbcbe155e72c2a65ae5d6ba.tar.gz hdf5-ab561773326ed8d07fbcbe155e72c2a65ae5d6ba.tar.bz2 | |
Rename java example scripts for test results table
Diffstat (limited to 'java/examples/groups')
| -rw-r--r-- | java/examples/groups/JavaGroupExample.sh.in (renamed from java/examples/groups/runExample.sh.in) | 0 | ||||
| -rw-r--r-- | java/examples/groups/Makefile.am | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/examples/groups/runExample.sh.in b/java/examples/groups/JavaGroupExample.sh.in index 53c0045..53c0045 100644 --- a/java/examples/groups/runExample.sh.in +++ b/java/examples/groups/JavaGroupExample.sh.in diff --git a/java/examples/groups/Makefile.am b/java/examples/groups/Makefile.am index 08721e0..4da17f9 100644 --- a/java/examples/groups/Makefile.am +++ b/java/examples/groups/Makefile.am @@ -53,10 +53,10 @@ noinst_DATA = $(jarfile) .PHONY: classes -check_SCRIPTS = runExample.sh +check_SCRIPTS = JavaGroupExample.sh TEST_SCRIPT = $(check_SCRIPTS) -CLEANFILES = classnoinst.stamp $(jarfile) $(JAVAROOT)/$(pkgpath)/*.class runExample.sh +CLEANFILES = classnoinst.stamp $(jarfile) $(JAVAROOT)/$(pkgpath)/*.class JavaGroupExample.sh clean: rm -rf $(JAVAROOT)/* |
