HomeSort by relevance Sort by last modified time
    Searched full:test_script (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/tests/
Makefile.in 14 all:: @DO_TEST_SUITE@ test_one test_script
26 test_script: test_one test_script.in Makefile mke2fs.conf
27 @echo "Creating test_script..."
28 @echo "#!/bin/sh" > test_script
29 @echo "SRCDIR=@srcdir@" >> test_script
30 @cat $(srcdir)/test_script.in >> test_script
31 @chmod +x test_script
50 check:: test_pre test_post test_script
    [all...]
README 4 The test_script program will automatically run e2fsck against the
29 errors. So if you modify the test_script to try running these
31 test_script.log file manually.
  /external/lldb/test/
CMakeLists.txt 1 function(add_python_test_target name test_script args comment)
4 ${test_script}
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_debug_stub_browsertest.cc 52 base::ProcessHandle test_script; local
56 base::Unretained(this), &test_script, test_name));
63 base::WaitForExitCode(test_script, &exit_code);
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest.cc 277 base::ProcessHandle test_script; local
281 base::Unretained(this), &test_script));
289 base::WaitForExitCode(test_script, &exit_code);
  /external/e2fsprogs/lib/ss/
Makefile.in 169 -@(LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./test_ss -f $(srcdir)/test_script > test_out 2>&1; exit 0)
  /external/e2fsprogs/
RELEASE-NOTES     [all...]

Completed in 187 milliseconds