Home
last modified time | relevance | path

Searched full:test_script (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/byacc/dist/
H A Dvmsbuild.com184 $ open/append test_script BYACC.com
185 $ write test_script "$ temp = f$environment(""procedure"")"
186 $ write test_script "$ temp = temp -"
187 $ write test_script " - f$parse(temp,,,""version"",""syntax_only"") -"
188 $ write test_script " - f$parse(temp,,,""type"",""syntax_only"")"
189 $ write test_script "$ BYACC :== $ 'temp'.exe"
190 $ write test_script "$ define/user_mode sys$input sys$command"
191 $ write test_script "$ define/user_mode sys$output sys$command"
192 $ write test_script "$ BYACC 'p1 'p2 'p3 'p4 'p5 'p6 'p7 'p8"
193 $ close test_script
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dappveyor.yml43 test_script:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dappveyor.yml49 test_script:
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A Dappveyor.yml63 test_script:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c803 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() function
862 test_script (scripts_dir, "factorial.toy", 10, 3628800); in test_suite()
863 test_script (scripts_dir, "fibonacci.toy", 10, 55); in test_suite()
H A Dtoyvm.cc830 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() function
885 test_script (scripts_dir, "factorial.toy", 10, 3628800); in test_suite()
886 test_script (scripts_dir, "fibonacci.toy", 10, 55); in test_suite()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc830 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() function
885 test_script (scripts_dir, "factorial.toy", 10, 3628800); in test_suite()
886 test_script (scripts_dir, "fibonacci.toy", 10, 55); in test_suite()
H A Dtoyvm.c803 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() function
862 test_script (scripts_dir, "factorial.toy", 10, 3628800); in test_suite()
863 test_script (scripts_dir, "fibonacci.toy", 10, 55); in test_suite()
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A Dappveyor.yml57 test_script:
/netbsd-src/external/gpl3/autoconf/dist/lib/autotest/
H A Dgeneral.m493 # - TEST_SCRIPT
119 m4_define([_m4_divert(TEST_SCRIPT)], 450)
1838 m4_divert_push([TEST_SCRIPT])dnl
1917 m4_divert_pop([TEST_SCRIPT])dnl Back to TEST_GROUPS
1922 m4_undivert([TEST_SCRIPT])dnl Insert the code here
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A DChangeLog1700 (test_script): Update for above changes, extracting the code from
3522 (test_script): Update for change to toyvm_function_compile.
H A DChangeLog.jit457 (test_script): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi2974 test_script (const char *scripts_dir, const char *script_name, int input,
3033 test_script (scripts_dir, "factorial.toy", 10, 3628800);
3034 test_script (scripts_dir, "fibonacci.toy", 10, 55);
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.317419 (TEST_SCRIPT): New diversion.
17420 (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
17421 (AT_CLEANUP): ...to here. Undivert TEST_SCRIPT.