aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/fftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/fftw.c')
-rw-r--r--test/c/fftw.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/c/fftw.c b/test/c/fftw.c
index 913091d9..04d896ad 100644
--- a/test/c/fftw.c
+++ b/test/c/fftw.c
@@ -74,7 +74,11 @@ const E KP1_847759065 = ((E) +1.847759065022573512256366378793576573644833252);
/* Test harness */
+#ifdef __K1C__
+#define NRUNS (10 * 10)
+#else
#define NRUNS (100 * 1000)
+#endif
int main()
{