fix universal test

This commit is contained in:
Joshua Root
2021-01-30 01:28:30 +11:00
parent 7f71db986d
commit c0ae2dba15
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -15,4 +15,5 @@ destroot {
system "touch ${destroot}${prefix}/lib/${name}"
}
test {}
configure.universal_archs i386 x86_64
@option@