OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_script
(Results
1 - 2
of
2
) 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
...]
/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)
Completed in 85 milliseconds