Re-organized the tests per platform rather than per type of target

This commit is contained in:
Pierre Pronchery 2014-11-11 23:50:56 +01:00
parent ff5703de45
commit 542e692103

View File

@ -97,6 +97,6 @@ fi
target="$1" target="$1"
($DATE ($DATE
_test "Darwin" "library" _test "Darwin" "library"
_test "NetBSD" "library"
_test "Darwin" "plugin" _test "Darwin" "plugin"
_test "NetBSD" "library"
_test "NetBSD" "plugin") > "$target" _test "NetBSD" "plugin") > "$target"