We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c020744 commit 877ff16Copy full SHA for 877ff16
runTests.sh
@@ -5,6 +5,9 @@ TESTS_DIR=./tests_outputs/
5
# Compile as described in the project guide
6
gradle compileJava build
7
8
+# Delete old out files
9
+rm tests_outputs/*my*out
10
+
11
# Run tests with Gradle and save output to file
12
for t in src/main/java/ist/meic/pa/GenericFunctions/examples/Test*.java; do
13
test_name=$(basename $t .java)
0 commit comments