Differences From Artifact [7c413b6152]:
- File tests/Makefile — part of check-in [f9e1d909b8] at 2020-10-01 21:58:19 on branch trunk — Add skeleton for tests (user: js, size: 1566) [annotate] [blame] [check-ins using]
To Artifact [6505136206]:
- File tests/Makefile — part of check-in [bda6d49813] at 2020-10-01 23:20:24 on branch trunk — Add initial tests (user: js, size: 1588) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 | - + | rm -f objsqlite3.so.${OBJSQLITE3_LIB_MAJOR_MINOR} objsqlite3.dll; \ rm -f libobjsqlite3.${OBJSQLITE3_LIB_MAJOR}.dylib; \ exit $$EXIT ${PROG_NOINST}: ${LIBOBJSQLITE3_DEP} CPPFLAGS += -I../src |