# HG changeset patch
# User Ingy döt Net <ingy@ingy.net>
# Date 1576955486 28800
#      Sat Dec 21 11:11:26 2019 -0800
# Node ID 696afec0a328cd307a5491a4a5455edcbbe47a45
# Parent  23f3f759f83239044c8fe2fc6fec890510722c1b
Makefile test-suite rule builds libyaml first

diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@
 test: all
 	make -C tests check-TESTS
 
-test-suite: tests/run-test-suite
+test-suite: tests/run-test-suite all
 	make -C $< test
 
 test-all: test test-suite