From 9047485204260f3ac2f52d551449f45c1146f3ee Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 30 Jul 2021 03:09:21 -0700 Subject: [PATCH] Include CLI tests file into distribution --- cli/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/Makefile.am b/cli/Makefile.am index 1b33572..ea5c7d1 100644 --- a/cli/Makefile.am +++ b/cli/Makefile.am @@ -23,3 +23,5 @@ test_cli_LDFLAGS = @CMOCKA_LIBS@ $(WARN_LDFLAGS) # Add a dependency on test_x52_cli_tests.c cli/test_x52_cli.c: cli/test_x52_cli_tests.c endif + +EXTRA_DIST += cli/test_x52_cli_tests.c