Merge pull request #2771 from ibnfirnas/add-mathematica-test-file-extension

Add mathematica unit test file extension
This commit is contained in:
Arfon Smith
2015-12-15 19:48:05 -05:00
4 changed files with 8 additions and 0 deletions

View File

@@ -2061,6 +2061,7 @@ Mathematica:
- .cdf
- .m
- .ma
- .mt
- .nb
- .nbp
- .wl

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"
}
]