diff options
author | 2023-03-13 12:43:31 +0100 | |
---|---|---|
committer | 2023-03-13 12:43:31 +0100 | |
commit | 38fc3f6b2f92537682033ec95bc51fa565a14780 (patch) | |
tree | 90e99b02c2b7d171f3b40032f4ea4e40aceb045e /Makefile | |
parent | e05feb85c65e23a26d4bc1a8fab4cff71dde0dcb (diff) | |
download | utils-38fc3f6b2f92537682033ec95bc51fa565a14780.tar.gz utils-38fc3f6b2f92537682033ec95bc51fa565a14780.zip |
Add `tests` target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,3 +62,6 @@ dist: clean install: all mkdir -p ${PREFIX}/lib/${NAME} cp ${SHARED} ${PREFIX}/lib/${NAME}/ + +tests: all + @make -C test |