aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2012-09-08 06:23:02 +0000
committerNicola Vitale <nivit@FreeBSD.org>2012-09-08 06:23:02 +0000
commit96cd8d868c574b63f84b9864a2ea51b5445f2864 (patch)
treeb2d3ffc0598bfa90dbcd5e88d378cea53f6161f4 /devel/Makefile
parentb229f0670490086a98defa5f0d14d77373aa61f1 (diff)
downloadports-96cd8d868c574b63f84b9864a2ea51b5445f2864.tar.gz
ports-96cd8d868c574b63f84b9864a2ea51b5445f2864.zip
ScriptTest is a library to help you test your interactive command-line
applications. With it you can easily run the command (in a subprocess) and see the output (stdout, stderr) and any file modifications. WWW: http://pythonpaste.org/scripttest/
Notes
Notes: svn path=/head/; revision=303867
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 948f2c683960..37c13bcfb15f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3194,6 +3194,7 @@
SUBDIR += py-Products.validation
SUBDIR += py-RPyC
SUBDIR += py-Record
+ SUBDIR += py-ScriptTest
SUBDIR += py-SymbolType
SUBDIR += py-TGScheduler
SUBDIR += py-ToscaWidgets