TARGET := test_pass.out
SRCS   := \
	Test.cpp

include ../cxx.mk

test: ${BIN_DIR}/${TARGET}
	$<
