12 lines
241 B
Makefile
12 lines
241 B
Makefile
|
SUBDIRS = src tests doc
|
||
|
|
||
|
TESTS = tests/dirlist_test \
|
||
|
tests/dirutils_test \
|
||
|
tests/iniparser-test
|
||
|
dist_noinst_DATA = LICENSE \
|
||
|
testdata \
|
||
|
README \
|
||
|
autobuild.sh
|
||
|
|
||
|
test: check
|