diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-16 12:19:37 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-19 15:21:14 -0500 |
commit | 47f0f4039b9c6d4a9898714dcca4692fd8af154a (patch) | |
tree | 2b92cae5fa2c0e57b474a4652aee2da7a7358513 /progtest/README.md | |
parent | 0c020b736d8d46f18e2e671d7b928e146db5572e (diff) | |
download | tame-47f0f4039b9c6d4a9898714dcca4692fd8af154a.tar.gz tame-47f0f4039b9c6d4a9898714dcca4692fd8af154a.tar.bz2 tame-47f0f4039b9c6d4a9898714dcca4692fd8af154a.zip |
progtest: Initial working console runner
Diffstat (limited to 'progtest/README.md')
-rw-r--r-- | progtest/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progtest/README.md b/progtest/README.md new file mode 100644 index 0000000..a18ba1b --- /dev/null +++ b/progtest/README.md @@ -0,0 +1,5 @@ +# Program Testing +A /program/ is a top-level package (either marked as with `@program="true"`, +or with a root `rater` node). This system provides a means of writing and +running test cases. + |