This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaneton/test/client/Makefile
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

62 lines
1.3 KiB
Makefile

#
# ---------- header -----------------------------------------------------------
#
# project kaneton
#
# license kaneton
#
# file /home/mycure/kaneton/test/client/Makefile
#
# created julien quintard [fri jun 29 11:19:40 2007]
# updated julien quintard [thu feb 10 10:35:45 2011]
#
#
# ---------- dependencies -----------------------------------------------------
#
include ../../environment/env.mk
#
# ---------- directives -------------------------------------------------------
#
.PHONY: main build run clear prototypes headers information- \
information test- test list- list display- display \
submit submit-
#
# ---------- rules ------------------------------------------------------------
#
main:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),,)
information- information:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),$@,)
test- test:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),$@,)
test-%:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),$@,)
retest- retest:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),$@,)
retest-%:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),$@,)
submit- submit:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),$@,)
submit-%:
$(call env_launch,$(_TEST_CLIENT_SCRIPT_),$@,)
clear:
$(call purge,)
prototypes:
headers: