diff options
Diffstat (limited to 'deep_test')
-rw-r--r-- | deep_test/deep_test.args.json | 2 | ||||
-rw-r--r-- | deep_test/deep_test.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/deep_test/deep_test.args.json b/deep_test/deep_test.args.json index a94ccbb..fbef41c 100644 --- a/deep_test/deep_test.args.json +++ b/deep_test/deep_test.args.json | |||
@@ -8,7 +8,7 @@ | |||
8 | "Items": [ | 8 | "Items": [ |
9 | { | 9 | { |
10 | "Id": "10e30bb2-dc23-4882-b918-b5939c14e588", | 10 | "Id": "10e30bb2-dc23-4882-b918-b5939c14e588", |
11 | "Command": "-e \"REPEAT=1000, SIZE=1000\" -i deeptest.lua" | 11 | "Command": "-e \"REPEAT=1000, SIZE=1000 DEEP='stack_abuser'\" -i deeptest.lua" |
12 | } | 12 | } |
13 | ] | 13 | ] |
14 | } | 14 | } |
diff --git a/deep_test/deep_test.cpp b/deep_test/deep_test.cpp index c75c360..04eb98c 100644 --- a/deep_test/deep_test.cpp +++ b/deep_test/deep_test.cpp | |||
@@ -1,3 +1,4 @@ | |||
1 | #include "lanes/src/_pch.h" | ||
1 | #include "lanes/src/deep.h" | 2 | #include "lanes/src/deep.h" |
2 | #include "lanes/src/compat.h" | 3 | #include "lanes/src/compat.h" |
3 | 4 | ||