summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-06 10:18:52 -0500
committerTom Stellard <thomas.stellard@amd.com>2012-03-06 10:18:52 -0500
commitaf7d6638c2d7490013a53c0bea909786edb07634 (patch)
tree2475cac253522b9e71f992bee7da3aa21ce48b62
parent2167f587bc7ae7f889c88a7466d725f9d48414a0 (diff)
Add section header to run_tests.sh
-rw-r--r--run_tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index e237d43..4aca5d2 100644
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -14,6 +14,10 @@ run_test () {
fi
}
+################################################################################
+#Integer Add #
+################################################################################
+
#Test random add
run_test "./math-int add 1 2 3"
#Same as above with arguments reversed