dc.tests: fix two test case to also depend on DC_BIG
authorChen Qi <Qi.Chen@windriver.com>
Wed, 17 Apr 2019 01:39:25 +0000 (09:39 +0800)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 19 Apr 2019 10:30:11 +0000 (12:30 +0200)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/dc.tests

index 1708a483503e891b05e5e18fec9f0a3056420f50..8c3af415671685ca94f882dc1949d9468ab89a5a 100755 (executable)
@@ -41,6 +41,9 @@ testing "dc complex without spaces (multiple args)" \
        "16\n" \
        "" ""
 
+optional FEATURE_DC_BIG
+# All tests below depend on FEATURE_DC_BIG
+
 testing "dc read" \
        "dc -finput" \
        "2\n9\n1\n" \
@@ -51,9 +54,6 @@ testing "dc read string" \
        "2\nstr\n1\n" \
        "1?2\nf" "[str]\n"
 
-optional FEATURE_DC_BIG
-# All tests below depend on FEATURE_DC_BIG
-
 testing "dc '>a' (conditional execute string) 1" \
        "dc" \
        "1\n9\n" \