diff options
Diffstat (limited to 'recipes-core/libxml/libxml2/run-ptest')
-rw-r--r-- | recipes-core/libxml/libxml2/run-ptest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/libxml/libxml2/run-ptest b/recipes-core/libxml/libxml2/run-ptest new file mode 100644 index 0000000..c313d83 --- /dev/null +++ b/recipes-core/libxml/libxml2/run-ptest @@ -0,0 +1,4 @@ +#!/bin/sh + +export LC_ALL=en_US.UTF-8 +make -k runtests |