123456789101112131415161718192021222324252627 |
- tests_redis_test_CXXFLAGS=
- tests_redis_test_SOURCES=
- tests_redis_test_LDADD=
- tests_redis_test_LDADD+= ${CLIENT_LDADD}
- tests_redis_test_SOURCES+= tests/basic.cc
- tests_redis_test_SOURCES+= tests/redis.cc
- noinst_PROGRAMS += tests/redis_test
- test-redis: tests/redis_test gearmand/gearmand
- @tests/redis_test
- gdb-redis: tests/redis_test gearmand/gearmand
- @$(GDB_COMMAND) tests/redis_test
|