json_spirit: Add linking test

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-11-08 22:31:06 -05:00
parent b910ebeaa2
commit 8abea457c9
1 changed files with 4 additions and 0 deletions

View File

@ -36,4 +36,8 @@ define $(PKG)_BUILD
-DBoost_THREADAPI=win32
$(MAKE) -C '$(1).build' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(1)' -j 1 VERBOSE=1
$(MAKE) -C '$(1).build' -j 1 install VERBOSE=1
$(TARGET)-g++ \
'$(1)/json_demo/json_demo.cpp' \
-o '$(PREFIX)/$(TARGET)/bin/test-json_spirit.exe' -ljson_spirit
endef