Skip to content

Commit 0668023

Browse files
committed
Use make test
1 parent 78c4573 commit 0668023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TAG = latest
33

44
SRC_DIR = $(shell pwd)
55
DIST_DIR = $(SRC_DIR)/dist
6-
BIRGITTA_TESTS = $(SRC_DIR)/ngadss
6+
BIRGITTA_TESTS = $(SRC_DIR)/tests
77

88
package: clean
99
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)