Page MenuHomeFreeBSD

D44548.id136308.diff
No OneTemporary

D44548.id136308.diff

Index: usr.bin/lorder/tests/lorder_test.sh
===================================================================
--- usr.bin/lorder/tests/lorder_test.sh
+++ usr.bin/lorder/tests/lorder_test.sh
@@ -18,6 +18,8 @@
atf_set descr "One argument"
}
onearg_body() {
+ atf_require_prog cc
+
echo "void a(void) { }" >a.c
cc -o a.o -c a.c
echo "a.o a.o" >output
@@ -30,6 +32,8 @@
atf_set descr "One argument"
}
dashdash_body() {
+ atf_require_prog cc
+
echo "void a(void) { }" >a.c
cc -o a.o -c a.c
echo "a.o a.o" >output
@@ -61,6 +65,8 @@
atf_set descr "Order objects"
}
objects_body() {
+ atf_require_prog cc
+
echo "void a(void) { }" >a.c
echo "void a(void); void b(void) { a(); }" >b.c
echo "void b(void); void c(void) { b(); }" >c.c
@@ -79,6 +85,9 @@
atf_set descr "Order archives"
}
archives_body() {
+ atf_require_prog cc
+ atf_require_prog ar
+
echo "void a(void) { }" >a.c
echo "void a(void); void b(void) { a(); }" >b.c
echo "void b(void); void c(void) { b(); }" >c.c

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 2:03 AM (12 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17869855
Default Alt Text
D44548.id136308.diff (1005 B)

Event Timeline