summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-08 17:09:58 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-03-08 17:10:25 -0700
commit3d7a0d996edfe9e830a523f3e2804125d9493b18 (patch)
tree0d107526e56cd353887e66b78af24bccb265534a
parent164ca866bd5c5fe0a402a5835d19a1372cb8d8be (diff)
downloadpyeclib-3d7a0d996edfe9e830a523f3e2804125d9493b18.tar.gz
Remove test_core.py from test units
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7540255..18d2cb0 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ build:
install: build
python setup.py install
-UNITS := test/test_core.py test/test_pyeclib_api.py test/test_pyeclib_c.py
+UNITS := test/test_pyeclib_api.py test/test_pyeclib_c.py
test: build
LD_LIBRARY_PATH=${TOPDIR}:${LD_LIBRARY_PATH} nosetests --exe --with-coverage \