Fix test Make

This commit is contained in:
Lakindu Akash 2021-12-27 02:55:16 +05:30
parent 3f2379eedd
commit 3b163bc934
No known key found for this signature in database
GPG Key ID: 6FB0085A614E0AC2

View File

@ -9,6 +9,7 @@ install:
cd src && $(MAKE) install
test:
mkdir -p build
@echo "Testing..."
cd test && $(MAKE)
@ -27,3 +28,4 @@ clean-old:
clean:
cd src && $(MAKE) clean
cd test && $(MAKE) clean