
INSOURCE_MAKEFILE() # create an in source makefile for us

################################################################################

MIRA_ADD_TEST(LoggingTest
	SOURCE
		LoggingTest.C
	LINK_LIBS
		MIRABase
)

MIRA_ADD_TEST(ExceptionTest
	SOURCE
		ExceptionTest.C
	LINK_LIBS
		MIRABase
)
