Add skeleton for tests
FossilOrigin-Name: f9e1d909b8ea189694728bf9fc9ece339ad90a1fca753ba87e28135f7643aa92
This commit is contained in:
parent
f8b7c9226f
commit
ca2866e8a6
5 changed files with 90 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -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)"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue