packages feed

simgi-0.3: test/check_event_parser/Makefile

include ../test_helpers/make_common

default: check


.PHONY: check clean

check:
	@ghc $(GHC_FLAGS_DEVEL) -i$(SRC_LOCATION) -i$(HELPER_LOCATION) \
		--make EventParserTest.hs >& /dev/null
	@./EventParserTest


clean:
	rm -f *.hi *.o EventParserTest