]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Add more tests
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Feb 2014 11:56:33 +0000 (12:56 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Feb 2014 16:06:01 +0000 (17:06 +0100)
continuous/tests/ugw-mmap-mmap [new file with mode: 0755]
continuous/tests/ugw-mmsg-mmsg [new file with mode: 0755]
continuous/tests/ugw-read-write [new file with mode: 0755]
continuous/tests/ugw-readnb-write [new file with mode: 0755]

diff --git a/continuous/tests/ugw-mmap-mmap b/continuous/tests/ugw-mmap-mmap
new file mode 100755 (executable)
index 0000000..015d134
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+../gw-setup/run.pl <<EOF
+ugw -r mmap -t mmap
+EOF
diff --git a/continuous/tests/ugw-mmsg-mmsg b/continuous/tests/ugw-mmsg-mmsg
new file mode 100755 (executable)
index 0000000..79369b6
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+../gw-setup/run.pl <<EOF
+ugw -r mmsg -t mmsg
+EOF
diff --git a/continuous/tests/ugw-read-write b/continuous/tests/ugw-read-write
new file mode 100755 (executable)
index 0000000..0ee11ca
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+../gw-setup/run.pl <<EOF
+ugw -r read -t write
+EOF
diff --git a/continuous/tests/ugw-readnb-write b/continuous/tests/ugw-readnb-write
new file mode 100755 (executable)
index 0000000..e3ec081
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+../gw-setup/run.pl <<EOF
+ugw -r read -t write -n
+EOF