From 3f07015d3aa342b0ed1629baef643b776484fad8 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 3 Sep 2023 04:18:26 +0000 Subject: [PATCH] add new test files to build system Signed-off-by: Ariadne Conill --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8fdd145..f69a079 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,8 @@ EXTRA_DIST = pkg.m4 \ tests/lib1/paren-quoting.pc \ tests/lib1/argv-parse-3.pc \ tests/lib1/foo.pc \ + tests/lib1/foobar.pc \ + tests/lib1/unavailable-provider.pc \ tests/lib1/prefix-foo1.pc \ tests/lib1/argv-parse.pc \ tests/lib1/framework-1.pc \