mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+test gnu.org/frbidi (#109)
This commit is contained in:
parent
b67f0350fe
commit
e35091d0be
|
@ -14,4 +14,9 @@ build:
|
|||
./configure --prefix={{prefix}} --disable-debug
|
||||
make --jobs={{ hw.concurrency }} install
|
||||
|
||||
test: true #FIXME
|
||||
test:
|
||||
fixture:
|
||||
a _lsimple _RteST_o th_oat
|
||||
script: |
|
||||
out="$(fribidi --charset=CapRTL --clean --nobreak $FIXTURE)"
|
||||
test "$out" = "a simple TSet that"
|
||||
|
|
Loading…
Reference in a new issue