summarylogtreecommitdiffstats
path: root/use_picotest_pkg.patch
diff options
context:
space:
mode:
authorAnatol Pomozov2015-06-17 08:55:29 -0700
committerAnatol Pomozov2015-06-17 08:55:29 -0700
commitaa657e89769c1d9520c1f5fa1255e3997884c8ed (patch)
tree2354464bba9243e0911dfb680f5bef74bb33859e /use_picotest_pkg.patch
downloadaur-yoml-git.tar.gz
Initial import
Diffstat (limited to 'use_picotest_pkg.patch')
-rw-r--r--use_picotest_pkg.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/use_picotest_pkg.patch b/use_picotest_pkg.patch
new file mode 100644
index 000000000000..00d4ab61af34
--- /dev/null
+++ b/use_picotest_pkg.patch
@@ -0,0 +1,9 @@
+diff --git a/Makefile b/Makefile
+index 6f48590..4be2030 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,3 +1,3 @@
+ test:
+- $(CC) -Wall -g -I deps/picotest deps/picotest/picotest.c test-yoml.c -lyaml -o test-yoml
++ $(CC) -Wall -g test-yoml.c -lyaml -lpicotest -o test-yoml
+ ./test-yoml