aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-10-02 21:06:33 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-10-02 21:06:33 +0100
commit271902c4c9b85137cf223e62ba7196cccfcb7479 (patch)
tree9cb94ffc3bc68f0d998e8881592b160aa4fcdf67 /tests
parent2d4ddb1820122cd8e7d42185f2ea80330c63d4f6 (diff)
downloadubox-msx-lib-271902c4c9b85137cf223e62ba7196cccfcb7479.tar.gz
ubox-msx-lib-271902c4c9b85137cf223e62ba7196cccfcb7479.zip
Make it portable (depends on GNU Make)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2d741fa..32933e0 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -2,7 +2,7 @@ default:
$(error Please use the Makefile from root directory)
include ../config.env
-export $(shell sed 's/=.*//' ../config.env)
+.EXPORT_ALL_VARIABLES: test
TESTS := $(wildcard test_*.py)