summaryrefslogtreecommitdiffstats
path: root/sim-scripts/nosim
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-22 16:26:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-22 16:26:49 +0000
commitae52ee29e13a434b465f3400ff2e3dae224ef063 (patch)
tree8301a40e99697bdf08ac3ccf31e83fc0d46bd096 /sim-scripts/nosim
parent2009-01-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-ae52ee29e13a434b465f3400ff2e3dae224ef063.tar.bz2
2009-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add nosim. * nosim: New file.
Diffstat (limited to 'sim-scripts/nosim')
-rwxr-xr-xsim-scripts/nosim15
1 files changed, 15 insertions, 0 deletions
diff --git a/sim-scripts/nosim b/sim-scripts/nosim
new file mode 100755
index 0000000..41921b5
--- /dev/null
+++ b/sim-scripts/nosim
@@ -0,0 +1,15 @@
+#! /bin/sh
+#
+# $Id$
+#
+
+case $1 in
+ *acats*)
+ acatsTest=`basename $1 | tr "[:lower:]" "[:upper:]" `
+ echo ==== ${acatsTest} PASSED ============================.
+ ;;
+ *)
+ ;;
+esac
+echo "*** EXIT code 0"
+exit 0