summaryrefslogtreecommitdiff
path: root/assignment1.tex
diff options
context:
space:
mode:
authorErin van der Veen2017-09-18 13:12:45 +0200
committerErin van der Veen2017-09-18 13:12:45 +0200
commit0405710a076f8c30516d48bf02381e7dabb6e135 (patch)
tree7362762589a8517d49db4071c929beb6ae847827 /assignment1.tex
parentMerge branch 'wrapper' into 'master' (diff)
Continue assignment1
Diffstat (limited to 'assignment1.tex')
-rw-r--r--assignment1.tex21
1 files changed, 0 insertions, 21 deletions
diff --git a/assignment1.tex b/assignment1.tex
deleted file mode 100644
index d66e376..0000000
--- a/assignment1.tex
+++ /dev/null
@@ -1,21 +0,0 @@
-\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 Chess.hs can be done through cabal, using the \lstinline|cabal install chesshs| command.
-Compiling and running is then done through \lstinline|make run|.
-
-\end{document}