Skip to content

Instantly share code, notes, and snippets.

@joakim-noah
Last active October 31, 2015 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joakim-noah/8ba3cd4958266f357295 to your computer and use it in GitHub Desktop.
Save joakim-noah/8ba3cd4958266f357295 to your computer and use it in GitHub Desktop.
Small patch against the sample app used to invoke the tests for ldc on Android/ARM
diff --git a/samples/native-activity/jni/main.d b/samples/native-activity/jni/main.d
index ee1ffa8..3807fd6 100644
--- a/samples/native-activity/jni/main.d
+++ b/samples/native-activity/jni/main.d
@@ -254,6 +254,8 @@ extern (C) void android_main(android_app* state) {
engine.state = *cast(saved_state*)state.savedState;
}
+ import test_runner;
+ tester();
// loop waiting for stuff to do.
while (1) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment