Commit 2ad7ab1a authored by Scott Vokes's avatar Scott Vokes
Browse files

Eliminate test runner target in Makefile.

parent 24db18fc
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -225,14 +225,11 @@ JAVA_BIN = $(JAVA_HOME)/bin/java

.PHONY: test

test_internals: test_threadpool test_bus
test_internals: test_threadpool

test_threadpool:
	cd ${LIB_DIR}/threadpool && make test

test_bus: test_threadpool ${OUT_DIR}/libsocket99.a ${OUT_DIR}/libthreadpool.a
	cd ${LIB_DIR}/bus && make test

#-------------------------------------------------------------------------------
# Internal Libraries
#-------------------------------------------------------------------------------