CoreFW  Check-in [e5f3d00d30]

Overview
Comment:Don't install tests.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e5f3d00d306a687b1ec2b1ef5f38d01742dddc273ea673907c1689117734331e
User & Date: js on 2012-04-22 13:18:40
Other Links: manifest | tags
Context
2012-04-22
13:19
Remove useless if. check-in: 626a89988f user: js tags: trunk
13:18
Don't install tests. check-in: e5f3d00d30 user: js tags: trunk
13:09
Add refpool. check-in: 8ec09e82ac user: js tags: trunk
Changes

Modified tests/Makefile from [0453819c09] to [a907aa73bf].

1
2
3
4
5
6
7
PROG = tests
SRCS = tests.c

include ../buildsys.mk

CPPFLAGS += -I../src
LIBS += -L../src -lcorefw
|






1
2
3
4
5
6
7
PROG_NOINST = tests
SRCS = tests.c

include ../buildsys.mk

CPPFLAGS += -I../src
LIBS += -L../src -lcorefw