This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via efb97f7e1542fcceb2772ee7481530cf84b08847 (commit) from 111cef13540298997a42d245a80c81aca5d4cc68 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/efb97f7e1542fcceb2772ee7481530cf84b08...
commit efb97f7e1542fcceb2772ee7481530cf84b08847 Author: Cyril Hrubis metan@ucw.cz Date: Mon Dec 10 00:33:40 2012 +0100
build: Remove unused tests.mk file.
diff --git a/tests.mk b/tests.mk deleted file mode 100644 index 39f0835..0000000 --- a/tests.mk +++ /dev/null @@ -1,55 +0,0 @@ -.PHONY: tests runtests - -# -# List of test targets (testsuite incl. automatically) -# -ifndef TESTS -TESTS= -endif - -# -# Testsuite with automated collection of tests -# All .test.c files are scraped for GP_TEST definitions -# - -ifdef TESTSUITE -# a bit crude way to link with test minilibrary -GP_TESTLIB_SRCS=$(wildcard ${TOPDIR}/tests/common/*.c) -CSOURCES+=${GP_TESTLIB_SRCS} - -# generated suite creation code -TESTSUITE_GEN=collected_tests.gen.c # also fixed in the code generator -CLEAN+=${TESTSUITE_GEN} - -${TESTSUITE_GEN}: $(filter-out ${TESTSUITE_GEN},${GENSOURCES}) ${GENHEADERS} -ifdef VERBOSE - ${PYTHON} ${TOPDIR}/pylib/bin/generate_collected_tests.py -t $(TEMPLATE_DIR) "." "$@" -else - @echo "TSTS $@" - @${PYTHON} ${TOPDIR}/pylib/bin/generate_collected_tests.py -t $(TEMPLATE_DIR) "." "$@" -endif - - -TESTSUITE_SRCS=$(wildcard *.test.c) ${GENSOURCES} ${GENHEADERS} ${GP_TESTLIB_SRCS} ${TESTSUITE_GEN} -INCLUDE+=../tests/common -TESTSUITE_OBJS=$(patsubst %.c,%.o,$(TESTSUITE_SRCS)) -CLEAN+=${TESTSUITE} ${TESTSUITE_OBJS} -TESTS+=${TESTSUITE} - -${TESTSUITE}: ${TESTSUITE_OBJS} -ifdef VERBOSE - $(CC) $(CFLAGS) $(LDFLAGS) -Wl,--start-group $(LDLIBS) $^ -Wl,--end-group -o $@ -else - @echo "LD $@" - @$(CC) $(CFLAGS) $(LDFLAGS) -Wl,--start-group $(LDLIBS) $^ -Wl,--end-group -o $@ -endif # VERBOSE - -endif # TESTSUITE - -tests: $(TESTS) - -runtests: tests - for test in $(TESTS); do LD_LIBRARY_PATH=../../build ./"$$test"; done - -# WARN: avoid double includion? -include $(TOPDIR)/gen.mk
-----------------------------------------------------------------------
Summary of changes: tests.mk | 55 ------------------------------------------------------- 1 files changed, 0 insertions(+), 55 deletions(-) delete mode 100644 tests.mk
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.