From dc6685088d8b47441f87c77a0b93effe767340dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sat, 3 Mar 2018 02:15:45 +0100 Subject: [PATCH] Embed simple test git repo --- tests/simple-repo/.gitignore | 2 ++ tests/simple-repo/Makefile | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 tests/simple-repo/.gitignore create mode 100644 tests/simple-repo/Makefile diff --git a/tests/simple-repo/.gitignore b/tests/simple-repo/.gitignore new file mode 100644 index 0000000..b39b857 --- /dev/null +++ b/tests/simple-repo/.gitignore @@ -0,0 +1,2 @@ +datefile +touchfile diff --git a/tests/simple-repo/Makefile b/tests/simple-repo/Makefile new file mode 100644 index 0000000..a0e0dcb --- /dev/null +++ b/tests/simple-repo/Makefile @@ -0,0 +1,5 @@ +date: + date > datefile + +touch: + touch touchfile