aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/mmult/mmult.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/mmult/mmult.c')
-rw-r--r--test/mppa/mmult/mmult.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mppa/mmult/mmult.c b/test/mppa/mmult/mmult.c
index 04ac4605..16dcf34c 100644
--- a/test/mppa/mmult/mmult.c
+++ b/test/mppa/mmult/mmult.c
@@ -1,6 +1,8 @@
#include "../lib/types.h"
#include "../lib/prng.h"
+#define __UNIT_TEST_MMULT__
+
#ifdef __UNIT_TEST_MMULT__
#define SIZE 50
#else