Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dan Suciu
cse344-2019wi
Commits
836dc1a8
Commit
836dc1a8
authored
Mar 03, 2019
by
Jonathan Leang
Browse files
fixed runTests.sh to output classes to spec out folder
parent
52b70993
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw/hw7/starter-code/runTests.sh
View file @
836dc1a8
...
...
@@ -15,7 +15,8 @@ rm -rf "${out}"
mkdir
"
${
out
}
"
echo
"compiling from "
$src
javac
-cp
"lib/junit-4.12.jar:lib/hamcrest-core-1.3.jar:./lib/sqljdbc4.jar:
${
out
}
"
-d
"
${
out
}
"
"
${
src
}
/*.java"
echo
"running javac -cp lib/junit-4.12.jar:lib/hamcrest-core-1.3.jar:./lib/sqljdbc4.jar"
-d
${
out
}
${
src
}
/
*
.java
javac
-cp
"lib/junit-4.12.jar:lib/hamcrest-core-1.3.jar:./lib/sqljdbc4.jar"
-d
${
out
}
${
src
}
/
*
.java
# create jar file
cd
"
${
out
}
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment