]> granicus.if.org Git - curl/commit
unittesting: build a separate static lib
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jan 2011 21:16:16 +0000 (22:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jan 2011 21:16:16 +0000 (22:16 +0100)
commit53640a3ce09a433a92d88d864b2b062b0a684c59
tree229497c12f421c305de56da0a6c75f04169bc089
parent35e1d6538a8767526b9cae66134441b146503a21
unittesting: build a separate static lib

When configure --enable-debug has been used, all files in lib/ are now
built twice and a separate static library crafted for unit-testing will
be linked. The unit tests in the tests/unit subdir will use that
library.
lib/Makefile.am
tests/unit/Makefile.am