ballz: rename to `ballz_android` so tests can check it
authorJean Privat <jean@pryen.org>
Thu, 3 Apr 2014 13:01:38 +0000 (09:01 -0400)
committerJean Privat <jean@pryen.org>
Thu, 3 Apr 2014 13:01:38 +0000 (09:01 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

examples/mnit_ballz/Makefile
examples/mnit_ballz/src/ballz_android.nit [moved from examples/mnit_ballz/src/ballz.nit with 98% similarity]
tests/sav/ballz_android.res [new file with mode: 0644]

index 599f2e6..7eb562a 100644 (file)
@@ -2,7 +2,7 @@ default: android
 
 android:
        mkdir -p bin
-       ../../bin/nitg --no-stacktrace -o bin/ballz.apk src/ballz.nit
+       ../../bin/nitg --no-stacktrace -o bin/ballz.apk src/ballz_android.nit
 
 clean:
        rm -rf bin
similarity index 98%
rename from examples/mnit_ballz/src/ballz.nit
rename to examples/mnit_ballz/src/ballz_android.nit
index 200a11d..d844c48 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module ballz
+module ballz_android
 
 import realtime
 import mnit_android
diff --git a/tests/sav/ballz_android.res b/tests/sav/ballz_android.res
new file mode 100644 (file)
index 0000000..174d681
--- /dev/null
@@ -0,0 +1 @@
+Not executable (platform?)