summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2012-10-23 01:06:41 -0600
committerkballou <kballou@onyx.boisestate.edu>2012-10-23 01:06:41 -0600
commitb8725a7621f5fa5fa3c34777db7abb6823eb9d6d (patch)
tree669fdf98d522f8566bbd41500d4f6945c5641327 /setup.py
parent011df06c43c9d0821509ee5f3d3b2a3506794b93 (diff)
downloadxnt-b8725a7621f5fa5fa3c34777db7abb6823eb9d6d.tar.gz
xnt-b8725a7621f5fa5fa3c34777db7abb6823eb9d6d.tar.xz
Add tests for tasks
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1af673a..6cd853d 100644
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,7 @@ setup(
url="https://bitbucket.org/devnulltao/xnt",
description=("High-Level build script for doing more complex build tasks"),
packages=find_packages(),
+ test_suite="xnt.tests",
scripts=["xnt/xenant.py",],
package_data={
},