summaryrefslogtreecommitdiff
path: root/tests/bench/Run-iconc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench/Run-iconc')
-rwxr-xr-xtests/bench/Run-iconc10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bench/Run-iconc b/tests/bench/Run-iconc
new file mode 100755
index 0000000..4a8c58d
--- /dev/null
+++ b/tests/bench/Run-iconc
@@ -0,0 +1,10 @@
+echo Running concord ...
+./concord-c <concord.dat >concord-c.out
+echo Running deal ...
+./deal-c -h 500 >deal-c.out
+echo Running ipxref ...
+./ipxref-c <ipxref.icn >ipxref-c.out
+echo Running queens ...
+./queens-c -n9 >queens-c.out
+echo Running rsg ...
+./rsg-c <rsg.dat >rsg-c.out