Add skeleton for tests

FossilOrigin-Name: f9e1d909b8ea189694728bf9fc9ece339ad90a1fca753ba87e28135f7643aa92
This commit is contained in:
Jonathan Schleifer 2020-10-01 21:58:19 +00:00
parent f8b7c9226f
commit ca2866e8a6
5 changed files with 90 additions and 1 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = src
SUBDIRS = src tests
DISTCLEAN = ObjSQLite3.oc \
aclocal.m4 \
autom4te.cache \
@ -11,6 +11,8 @@ DISTCLEAN = ObjSQLite3.oc \
include buildsys.mk
include extra.mk
tests: src
install-extra:
i=ObjSQLite3.oc; \
packagesdir="${DESTDIR}$$(${OBJFW_CONFIG} --packages-dir)"; \