Added fdb-c-tests target to bindings target

This commit is contained in:
Alvin Moore 2018-09-17 13:41:55 -07:00
parent 16018ee36d
commit 15b0f56bc4
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ else
endif
@echo "#define FDB_VT_PACKAGE_NAME \"$(PACKAGE_NAME)\"" >> $@
bindings: fdb_c fdb_python fdb_ruby fdb_java fdb_flow fdb_flow_tester fdb_go fdb_go_tester
bindings: fdb_c fdb_python fdb_ruby fdb_java fdb_flow fdb_flow_tester fdb_go fdb_go_tester fdb_c_tests
Makefiles: $(MK_GENERATED)