summaryrefslogtreecommitdiff
path: root/assignment1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'assignment1.tex')
-rw-r--r--assignment1.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/assignment1.tex b/assignment1.tex
new file mode 100644
index 0000000..7d3b686
--- /dev/null
+++ b/assignment1.tex
@@ -0,0 +1,21 @@
+\documentclass{scrartcl}
+
+\usepackage{listings}
+
+\title{Testing Techniques\\Assignment 1}
+\author{Ren\`e den Hertog - s1007823\\Camil Staps - s4498062\\Erin van der Veen - s4431200}
+
+\begin{document}
+\section{SUT Description}
+\begin{description}
+ \item[Name] Chess.hs
+ \item[Software Environment] Linux, and any other environment supported by Haskell
+ \item[Hardware Platform] Desktop PC, and any other platform supported by Haskell
+ \item[Latest Version Number] 0.2.1
+\end{description}
+
+Starting the SUT requires being able to compile haskell, typically through the GHC, and having the Chess.hs dependency installed.
+Installing the Chess.hs can be done through cabal, using the \lstinline|cabal install chesshs| command.
+Compiling and running is then done through \lstinline|make install|.
+
+\end{document}