From c28008a109cdd23c3de4a3fdceb12629431b03f1 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Fri, 14 May 2021 20:20:45 +0200 Subject: ECMAddAppIcon: support target as argument --- tests/ECMAddAppIconTest/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/ECMAddAppIconTest/main.cpp (limited to 'tests/ECMAddAppIconTest/main.cpp') diff --git a/tests/ECMAddAppIconTest/main.cpp b/tests/ECMAddAppIconTest/main.cpp new file mode 100644 index 00000000..0f45ea60 --- /dev/null +++ b/tests/ECMAddAppIconTest/main.cpp @@ -0,0 +1,4 @@ +int main(int, char**) +{ + return 0; +} -- cgit v1.2.1