5 lines
98 B
Bash
5 lines
98 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# NOTE: make sure `mvn install` in /gprc is executed before running this test
|
||
|
mvn test
|