I want to test the integration apps on localhost like test_SecStore1b. I make the app by the command:
mkapp -t localhost test_SecStore1b.adef
and run the startlegato
and execute the binary from ./_build_test_SecStore1b/localhost/app/test_SecStore1b/staging/read-only/bin/secStoreTest1b
, but it didn’t show any log or info inside terminal. How can I test the app on localhost?