From 035c7fabc3b82cbc9a346c11abe2e9462b4c0379 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 15:39:57 -0700 Subject: Imported Upstream version 2.8.9 --- Tests/ComplexOneConfig/Library/TestLink.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Tests/ComplexOneConfig/Library/TestLink.c (limited to 'Tests/ComplexOneConfig/Library/TestLink.c') diff --git a/Tests/ComplexOneConfig/Library/TestLink.c b/Tests/ComplexOneConfig/Library/TestLink.c new file mode 100644 index 000000000..25dee082f --- /dev/null +++ b/Tests/ComplexOneConfig/Library/TestLink.c @@ -0,0 +1,8 @@ +int TestLinkGetType() +{ +#ifdef CMakeTestLinkShared_EXPORTS + return 0; +#else + return 1; +#endif +} -- cgit v1.2.3