From 99551ef1fec6851af8903acb22b55d741ea2ad17 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Thu, 25 May 2017 09:50:15 +0530 Subject: test: Add SDK testcase flags It is required as earlier create_pnor_partition_table test binary try to link with host native libs instead of SDK libs. Change-Id: I7817929db8699f66f6f2198cae5f1d5a16fcc5b9 Signed-off-by: Ratan Gupta --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 78aeffa..ce9b119 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,7 +115,8 @@ test_create_pnor_partition_table_SOURCES = \ test/create_pnor_partition_table.cpp \ common.c \ pnor_partition_table.cpp -test_create_pnor_partition_table_LDFLAGS = -lstdc++fs +test_create_pnor_partition_table_LDFLAGS = $(OESDK_TESTCASE_FLAGS) +test_create_pnor_partition_table_LDADD = -lstdc++fs check_PROGRAMS = test/sanity \ test/copy_flash \ -- cgit v1.2.1