Skip to content

MakotoTheKnight/PrintSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrintSim

To build (assuming you have a JUnit JAR somewhere in your $HOME:

javac -sourcepath src/ -cp $HOME/junit/junit-4.10.jar:src/:PrintSim/bin/ -d PrintSim/bin/ *.java

To run simulation:

java -cp ../bin/ "printsim.SimDriver"

To run tests:

java -cp ../bin/ "testing.<name_of_test_suite>"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors