We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebef198 commit c0fc182Copy full SHA for c0fc182
irteus/test/coords.l
@@ -4,6 +4,9 @@
4
5
(init-unit-test)
6
7
+#+:arm
8
+(setq i-max 100)
9
+#-:arm
10
(setq i-max 100000)
11
12
(deftest test-makecoords-rpy
irteus/test/object.l
@@ -43,6 +43,9 @@
43
44
;;;
45
46
47
+(setq i-max 200)
48
49
(setq i-max 200000)
50
51
(deftest test-copy-object-integer
0 commit comments