summaryrefslogtreecommitdiff
path: root/tests/format/option-os/element.bst
blob: 8208d67e82b802c952acf6565d335028ae11c2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
kind: autotools
variables:
  result: "Nothing"
  (?):
  - machine_os == "Linux":
      result: "Linuxy"
  - machine_os == "Darwin":
      result: "Darwiny"
  - machine_os == "SunOS":
      result: "SunOSy"
  - machine_os == "FreeBSD":
      result: "FreeBSDy"