summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2009-07-19 17:08:24 +0200
committerTill Maas <opensource@till.name>2009-07-19 17:08:24 +0200
commitce1383726feefa1e0f8aa53b4803f36733726611 (patch)
treef1c675b5d3bf6441b136f6dc74e695c36880332c /runtests.sh
parentc6c86d92cc56628a86d566a838940a7c062252b0 (diff)
downloadcnucnu-ce1383726feefa1e0f8aa53b4803f36733726611.tar.gz
cnucnu-ce1383726feefa1e0f8aa53b4803f36733726611.tar.xz
cnucnu-ce1383726feefa1e0f8aa53b4803f36733726611.zip
remove dir lib for saner imports(?)
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtests.sh b/runtests.sh
index 3b12705..dc14b64 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -17,6 +17,8 @@
# along with cnucnu. If not, see <http://www.gnu.org/licenses/>.
#}}}
-lib/cnucnu/tests/package_list_test.py
-lib/cnucnu/tests/mail_test.py
-lib/cnucnu/tests/config_test.py
+. setup-env.sh
+
+cnucnu/tests/package_list_test.py
+cnucnu/tests/mail_test.py
+cnucnu/tests/config_test.py