tests: add basic platform management
authorJean Privat <jean@pryen.org>
Thu, 13 Mar 2014 21:29:48 +0000 (17:29 -0400)
committerJean Privat <jean@pryen.org>
Thu, 13 Mar 2014 21:29:48 +0000 (17:29 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/sav/android.res [new file with mode: 0644]
tests/sav/test_platform_android.res [new file with mode: 0644]
tests/tests.sh

diff --git a/tests/sav/android.res b/tests/sav/android.res
new file mode 100644 (file)
index 0000000..174d681
--- /dev/null
@@ -0,0 +1 @@
+Not executable (platform?)
diff --git a/tests/sav/test_platform_android.res b/tests/sav/test_platform_android.res
new file mode 100644 (file)
index 0000000..174d681
--- /dev/null
@@ -0,0 +1 @@
+Not executable (platform?)
index 87e4db1..917d1e9 100755 (executable)
@@ -483,6 +483,9 @@ END
                                        process_result $bff "  $name" $pack
                                done < $fargs
                        fi
+               elif [ -f "./$ff.bin" ]; then
+                       echo "Not executable (platform?)" > "$ff.res"
+                       process_result $bf "$bf" $pack
                else
                        test -z "$tap" && echo -n "! "
                        cat "$ff.cmp.err" > "$ff.res"