criu/test/others
Venkateswara Rao Mandela a2225308c9 test/others/rpc: fix build error
Build in tests/others/rpc folder was failing due to the use of LDFLAGS
variable instead of LDLIBS variable to link libprotobuf-c. The makefile
uses implicit build rules.

$(CC) $(LDFLAGS) n.o $(LOADLIBES) $(LDLIBS)

Using LDFLAGS places -llibprotobuf-c before the object files, preventing
the library from being searched for required functions.  This commit
changes the variable to LDLIBS instead to fix the issue.

travis-ci: success for test/others/rpc: fix build error
Signed-off-by: Venkateswara Rao Mandela <venkat.mandela@ti.com>
Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-12-05 11:49:18 +03:00
..
app-emu tests: move app-emu in test/others/ 2016-02-29 11:35:26 +03:00
bers tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
crit test: fix manual crit test 2016-06-28 13:04:00 +03:00
criu-coredump test: add manual test for criu-coredump 2016-06-28 13:04:00 +03:00
exec test/other: check criu exec 2016-08-01 16:51:33 +03:00
ext-links tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
ext-tty test/ext-tty: return an error if a child isn't killed by SIGHUP 2016-03-16 16:16:07 +03:00
libcriu tests: move app-emu in test/others/ 2016-02-29 11:35:26 +03:00
mem-snap tests: remove "live" from zdtm paths 2016-02-29 11:35:30 +03:00
mnt-ext-dev others/mnt-ext-dev: Force mke2fs to create a filesystem 2016-08-01 16:51:05 +03:00
mounts tests/others: a few fixes of paths 2016-02-29 11:35:32 +03:00
overlayfs tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
pipes tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
rpc test/others/rpc: fix build error 2016-12-05 11:49:18 +03:00
security tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
socketpairs tests/others: a few fixes of paths 2016-02-29 11:35:32 +03:00
tcp tests: move app-emu in test/others/ 2016-02-29 11:35:26 +03:00
unix-callback Add missing "proto2" syntax marker 2016-07-07 12:38:39 +03:00
app-emu.sh tests: move app-emu in test/others/ 2016-02-29 11:35:26 +03:00
env.sh test: add manual test for criu-coredump 2016-06-28 13:04:00 +03:00
functions.sh tests: move app-emu in test/others/ 2016-02-29 11:35:26 +03:00