From 301dc16909af0c7d33703df593c887a495ed3d49 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 24 Sep 2017 14:22:56 -0500 Subject: [PATCH] makefile: helps to add the test to the actual testfile list --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 96e2ca4..7af3b79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ EXTRA_DIST = pkg.m4 \ tests/lib1/malformed-1.pc \ tests/lib1/malformed-quoting.pc \ tests/lib1/explicit-sysroot.pc \ + tests/lib1/escaped-backslash.pc \ tests/test_env.sh \ $(test_scripts) \ doc/conf.py \