Added a brie instruction how to build simple memtest

This commit is contained in:
Sergey Sharybin
2013-09-05 16:32:44 +00:00
parent be42cd54df
commit 44ff79c432

View File

@@ -31,7 +31,9 @@
* Simple test of memory.
*/
/* To compile run:
* gcc -DWITH_GUARDEDALLOC -I../../ -I../../../atomic/ memtest.c ../../intern/mallocn.c -o simpletest
*/
/* Number of chunks to test with */
#define NUM_BLOCKS 10