We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa70102 commit 8e02c07Copy full SHA for 8e02c07
test/CMakeLists.txt
@@ -1,10 +1,10 @@
1
-add_executable(testsuite_app
+add_executable(platformchannel_test
2
platformchannel_test.c
3
)
4
5
-target_link_libraries(testsuite_app
+target_link_libraries(platformchannel_test
6
flutterpi_module
7
Unity
8
9
10
-add_test(testsuite_test testsuite_app)
+add_test(platformchannel_test platformchannel_test)
0 commit comments