fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32138 )
Change subject: tests: use check_PROGRAMS for tests, not noinst_PROGRAMS ......................................................................
tests: use check_PROGRAMS for tests, not noinst_PROGRAMS
Change-Id: I616ed6920af98502424e4eab6cffde5d39d9698e --- M tests/ranap_rab_ass/Makefile.am 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/38/32138/1
diff --git a/tests/ranap_rab_ass/Makefile.am b/tests/ranap_rab_ass/Makefile.am index cdda8e3..1278ae8 100644 --- a/tests/ranap_rab_ass/Makefile.am +++ b/tests/ranap_rab_ass/Makefile.am @@ -19,7 +19,7 @@ ranap_rab_ass_test.ok \ $(NULL)
-noinst_PROGRAMS = \ +check_PROGRAMS = \ ranap_rab_ass_test \ $(NULL)