HomeSort by: relevance | last modified time | path
    Searched refs:hello32 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/cc/
t_hello.sh 52 atf_test_case hello32
138 atf_check -s exit:0 -o ignore -e ignore cc -o hello32 -m32 test.c
140 file -b ./hello32 > ./ftype32
149 atf_check -s exit:0 -o inline:"hello world\n" ./hello32
179 atf_add_test_case hello32
  /src/tests/usr.bin/c++/
t_hello.sh 82 atf_test_case hello32
297 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
299 file -b ./hello32 > ./ftype32
308 atf_check -s exit:0 -o inline:"hello world\n" ./hello32
328 atf_add_test_case hello32
t_cxxruntime.sh 303 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
305 file -b ./hello32 > ./ftype32
314 atf_check -s exit:0 -o inline:"hello world\n" ./hello32
t_static_destructor.sh 398 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
400 file -b ./hello32 > ./ftype32
409 atf_check -s exit:0 -o inline:"CTOR A\nCTOR B\nDTOR B:10\nDTOR A:20\n" ./hello32

Completed in 12 milliseconds