diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2021-10-02 20:08:15 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2021-10-02 20:08:15 +0000 |
commit | 32ecf3da770e2f4a1dcdafd00bcf2a3d0d5751d2 (patch) | |
tree | 9cb94ffc3bc68f0d998e8881592b160aa4fcdf67 /tests/Makefile | |
parent | 5763dc7aa0b0fc44d9776f582b692d086f8b5b6d (diff) | |
parent | 271902c4c9b85137cf223e62ba7196cccfcb7479 (diff) | |
download | ubox-msx-lib-32ecf3da770e2f4a1dcdafd00bcf2a3d0d5751d2.tar.gz ubox-msx-lib-32ecf3da770e2f4a1dcdafd00bcf2a3d0d5751d2.zip |
Merge branch 'config-env' into 'master'
Introduced config.env
See merge request reidrac/ubox-msx-lib!15
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6c1a9a4..32933e0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,9 @@ default: $(error Please use the Makefile from root directory) +include ../config.env +.EXPORT_ALL_VARIABLES: test + TESTS := $(wildcard test_*.py) test: |