From 5720a12ffb1ede3b9bac039f737fe868387221b3 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Tue, 6 Apr 2021 10:04:00 +0300 Subject: baremetal: Improve 'compiler-listing' test We do not need multiple test data instances (*.qbs) for each property, because we can pass the required properties from the C++ code directly. Also now we can know about the compiler listing file suffix directly, through the cpp.compilerListingSuffix property. Change-Id: I644277458e3ae460cbfb6bba4a24583d9e6ba3e1 Reviewed-by: Ivan Komissarov --- tests/auto/blackbox/testdata-baremetal/compiler-listing/fun.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/auto/blackbox/testdata-baremetal/compiler-listing/fun.c (limited to 'tests/auto/blackbox/testdata-baremetal/compiler-listing/fun.c') diff --git a/tests/auto/blackbox/testdata-baremetal/compiler-listing/fun.c b/tests/auto/blackbox/testdata-baremetal/compiler-listing/fun.c new file mode 100644 index 000000000..3b8c8f2f4 --- /dev/null +++ b/tests/auto/blackbox/testdata-baremetal/compiler-listing/fun.c @@ -0,0 +1,4 @@ +int f(void) +{ + return 0; +} -- cgit v1.2.3