Add sample Mathematica test files.

This commit is contained in:
Siraaj Khandkar
2015-12-15 13:37:55 -05:00
parent b82f563c38
commit 0473af368f
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
Test[1 + 2, 3, TestID -> "One plus two"]

View File

@@ -0,0 +1 @@
Test[1"a" <> "b", "ab", TestID -> "Concat \"a\" and \"b\""]

View File

@@ -0,0 +1,5 @@
TestSuite[
{ "TestArithmetic.mt"
, "TestString.mt"
}
]