Skip to content
Snippets Groups Projects
Commit f74a144c authored by Ian Prins's avatar Ian Prins
Browse files

some tests

parent d48d484e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -280,27 +280,27 @@
\item{test-id1\\}
Type: Functional, Dynamic, Manual, Static etc.
Type: Static/Automatic
Initial State:
Initial State: None
Input:
Input: Program Source
Output:
Output: Program Executable
How test will be performed:
How test will be performed: Verify that the program compiles with g++.
\item{test-id2\\}
Type: Functional, Dynamic, Manual, Static etc.
Type: Dynamic/Manual/Automatic
Initial State:
Initial State: None
Input:
Input: 30-60 seconds of gameplay
Output:
Output: Breakdown of program memory usage.
How test will be performed:
How test will be performed: Use valgrind memcheck utility to verify that program does not leak memory or utilize uninitialized memory.
\end{enumerate}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment