Home
last modified time | relevance | path

Searched refs:ctf_root (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest.ksh32 ctf_root=$(cd $(dirname $0) && echo $PWD)
214 ctf_tests=$(ls "$ctf_root"/*.c)
218 if [[ -f "$ctf_root/$check" ]]; then
219 run_one $t "$ctf_root/$check" "$ctf_32cflags"
220 run_one $t "$ctf_root/$check" "$ctf_64cflags"
221 elif [[ -f "$ctf_root/$check-32" && \
222 -f "$ctf_root/$check-64" ]]; then
223 run_one $t "$ctf_root/$check-32" "$ctf_32cflags"
224 run_one $t "$ctf_root/$check-64" "$ctf_64cflags"
230 for d in $(find "$ctf_root" -maxdepth 1 -type d -name 'test-*'); do
[all …]