Skip to content

Commit f73e256

Browse files
7903800: apidiff: fix test docs and Makefile
Reviewed-by: iris
1 parent 220ad18 commit f73e256

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

make/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ clean:
5353
sanity:
5454
@echo "JDKHOME = $(JDKHOME)"
5555
@echo "JUNIT_JAR = $(JUNIT_JAR)"
56-
@echo "JCOMMANDER_JAR = $(JCOMMANDER_JAR)"
5756
@echo "JAVADIFFUTILS_JAR = $(JAVADIFFUTILS_JAR)"
5857
@echo "JAVADIFFUTILS_LICENSE = $(JAVADIFFUTILS_LICENSE)"
5958
@echo "DAISYDIFF_JAR = $(DAISYDIFF_JAR)"

make/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _apidiff_ has various external dependencies:
1010
* _JDK_: must be at least JDK 17
1111
* _Java Diff Utils_
1212
* _Daisy Diff_
13-
* _TestNG_ and _JCommander_ (for testing only)
13+
* _JUnit_ (for testing only)
1414

1515
## Using `make/build.sh`
1616

@@ -34,7 +34,7 @@ The script supports the following build scenarios:
3434

3535
* Use local copies of the dependencies on the same machine.
3636
The details can be specified in an alternate `version-numbers` file,
37-
or you can bypas the script entirely and invoke `make` directly.
37+
or you can bypass the script entirely and invoke `make` directly.
3838

3939
For more details, see the comments in `make/build.sh` and use the `--help`
4040
option when running the script.
@@ -48,7 +48,7 @@ The makefile provides the following targets:
4848

4949
* `test`: run tests
5050

51-
Requires `TESTNG_JAR` and `JCOMMANDER_JAR` to be set.
51+
Requires `JUNIT_JAR` to be set.
5252

5353
* `clean`: delete the `build` directory and its contents
5454

0 commit comments

Comments
 (0)