From: Arnout E. <rab...@us...> - 2012-05-10 10:47:22
|
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 "notion window manager core". The branch, master has been updated via d3e98b98dbf696486651a52c82f6bc30ab8baee9 (commit) from 89ad879a7f59b182327919c966453e0251d47823 (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 ----------------------------------------------------------------- commit d3e98b98dbf696486651a52c82f6bc30ab8baee9 Author: Arnout <arn...@bz...> Date: Thu May 10 12:46:49 2012 +0200 A very rough start on 'make test' regression/integration tests ----------------------------------------------------------------------- Summary of changes: Makefile | 5 + test/Makefile | 4 + test/integration/Makefile | 4 + test/integration/README | 32 + test/integration/Xdummy | 1955 ++++++++++++++++++++ test/integration/basic_test/01_call_notionflux.lua | 1 + test/integration/basic_test/README | 1 + test/integration/runtests.lua | 46 + 8 files changed, 2048 insertions(+), 0 deletions(-) create mode 100644 test/Makefile create mode 100644 test/integration/Makefile create mode 100644 test/integration/README create mode 100644 test/integration/Xdummy create mode 100644 test/integration/basic_test/01_call_notionflux.lua create mode 100644 test/integration/basic_test/README create mode 100644 test/integration/runtests.lua hooks/post-receive -- notion window manager core |