diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-02 13:02:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-02 13:02:43 +0300 |
commit | ac179932fea5244a18547fffa5eb7f086afd3c08 (patch) | |
tree | b5a5a20afebc82bb1d595f7d8f664c170336a958 /tests/run | |
parent | 606bfb6b8c54fa786617f6cdf8da5679b1ecde64 (diff) | |
download | mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.tar.gz mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.tar.bz2 mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.tar.xz mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.zip |
Add test and code with errors.
Diffstat (limited to 'tests/run')
-rwxr-xr-x | tests/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run b/tests/run new file mode 100755 index 0000000..e9f2c7d --- /dev/null +++ b/tests/run @@ -0,0 +1,3 @@ +#!/bin/bash + +../run/bin/mplint testsrc >testreport.txt |