all_target(condor_unit_tests)

C_PLUS_FLAGS = $(STD_C_PLUS_FLAGS)
CFLAGS = $(STD_C_FLAGS)
LIB = $(STD_LIBS)

OBJ = FTEST_string_to_sin.o FTEST_sin_to_string.o FTEST_getHostFromAddr.o \
	  FTEST_getPortFromAddr.o FTEST_host_in_domain.o FTEST_is_ipaddr.o \
	  FTEST_is_valid_network.o FTEST_is_valid_sinful.o FTEST_string_to_port.o \
	  FTEST_string_to_hostname.o FTEST_string_to_ip.o OTEST_HashTable.o

UNIT_TEST_DEPENDENCY_OBJ = emit.o function_test_driver.o unit_tests.o \
	unit_test_utils.o 

c_plus_target(condor_unit_tests,$(UNIT_TEST_DEPENDENCY_OBJ) $(OBJ),$(LIB))

testbin_target(condor_unit_tests,755)

release:: all
stripped:: all
static:: all
testbin:: all
