You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
fix universal test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
This test checks the handling of the universal variant in MacPorts base.
|
||||
Every port should have an universal variant unless 'universal_variant no' is
|
||||
specified.
|
||||
specified, or there are less than two supported archs.
|
||||
|
||||
There are 2 test cases. One for universal variant set and another for no
|
||||
universal variant. For each test a specific Portfile is generated from the
|
||||
|
||||
@@ -15,4 +15,5 @@ destroot {
|
||||
system "touch ${destroot}${prefix}/lib/${name}"
|
||||
}
|
||||
test {}
|
||||
configure.universal_archs i386 x86_64
|
||||
@option@
|
||||
|
||||
Reference in New Issue
Block a user