2008-02-08 17:41:07 -07:00
|
|
|
OCAMLPACKS[] =
|
2009-02-08 20:25:27 -07:00
|
|
|
unix
|
2008-02-27 22:50:27 -07:00
|
|
|
str
|
2008-02-29 17:16:00 -07:00
|
|
|
OCAMLCFLAGS += -g
|
2008-02-08 17:41:07 -07:00
|
|
|
|
2009-02-08 20:25:27 -07:00
|
|
|
.DEFAULT: bot
|
2008-02-08 17:41:07 -07:00
|
|
|
|
2009-02-09 22:06:14 -07:00
|
|
|
OCamlProgram(bot, bot irc command iobuf dispatch cdb)
|
2008-03-07 18:19:58 -07:00
|
|
|
|
2008-02-08 17:41:07 -07:00
|
|
|
section
|
2008-03-18 22:50:23 -06:00
|
|
|
OCAMLPACKS[] +=
|
|
|
|
oUnit
|
|
|
|
NATIVE_ENABLED = false
|
2008-02-08 17:41:07 -07:00
|
|
|
|
2008-03-18 22:50:23 -06:00
|
|
|
tests.cmx:
|
|
|
|
tests.cmi:
|
|
|
|
tests.cmo:
|
|
|
|
tests$(EXT_OBJ):
|
2008-02-08 17:41:07 -07:00
|
|
|
|
2008-03-18 22:50:23 -06:00
|
|
|
dispatch_tests.cmx:
|
|
|
|
dispatch_tests.cmi:
|
|
|
|
dispatch_tests.cmo:
|
|
|
|
dispatch_tests$(EXT_OBJ):
|
2008-03-15 19:46:06 -06:00
|
|
|
|
2008-03-18 22:50:23 -06:00
|
|
|
OCamlProgram(tests, tests dispatch irc command iobuf client channel)
|
2008-02-08 17:41:07 -07:00
|
|
|
|
2008-03-07 18:19:58 -07:00
|
|
|
.PHONY: test
|
|
|
|
test: tests
|
|
|
|
./tests
|
|
|
|
|
2008-02-08 17:41:07 -07:00
|
|
|
.PHONY: clean
|
|
|
|
clean:
|
2008-02-14 18:53:57 -07:00
|
|
|
rm $(filter-proper-targets $(ls R, .))
|