summaryrefslogtreecommitdiffstats
path: root/test/000-nop
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-07-22 18:52:29 -0700
committerAndreas Gampe <agampe@google.com>2014-07-23 10:03:00 -0700
commit1c83cbc4a817acbd7f9abb5b29a2d418a958e6a1 (patch)
treeaae7ea1d5559718d6e264175aa1cb2ae1fc1e9ed /test/000-nop
parent7dfc30b591aee167f0a38ab61a90894cc76f2066 (diff)
downloadart-1c83cbc4a817acbd7f9abb5b29a2d418a958e6a1.zip
art-1c83cbc4a817acbd7f9abb5b29a2d418a958e6a1.tar.gz
art-1c83cbc4a817acbd7f9abb5b29a2d418a958e6a1.tar.bz2
ART: Make run tests out of oat tests
Transforms all former oat tests into run tests. Change-Id: I190dd39456454c36e5538a2c044d993965a67533
Diffstat (limited to 'test/000-nop')
-rw-r--r--test/000-nop/build3
-rw-r--r--test/000-nop/expected.txt1
-rw-r--r--test/000-nop/info.txt2
-rw-r--r--test/000-nop/run3
4 files changed, 9 insertions, 0 deletions
diff --git a/test/000-nop/build b/test/000-nop/build
new file mode 100644
index 0000000..5233a2d
--- /dev/null
+++ b/test/000-nop/build
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+# Nothing to do here.
diff --git a/test/000-nop/expected.txt b/test/000-nop/expected.txt
new file mode 100644
index 0000000..80a233e
--- /dev/null
+++ b/test/000-nop/expected.txt
@@ -0,0 +1 @@
+Blort.
diff --git a/test/000-nop/info.txt b/test/000-nop/info.txt
new file mode 100644
index 0000000..9942f10
--- /dev/null
+++ b/test/000-nop/info.txt
@@ -0,0 +1,2 @@
+This is a sample no-op test, which does at least serve to verify that the
+test harness is working.
diff --git a/test/000-nop/run b/test/000-nop/run
new file mode 100644
index 0000000..210296b
--- /dev/null
+++ b/test/000-nop/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "Blort."