summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-20 13:46:12 +0100
committerMichael Adam <obnox@samba.org>2020-03-20 17:39:23 +0100
commitc3a96bc12c12919c818420b6ca68942beb1b04e6 (patch)
tree03fe29d0baddc05c92aba5aa6f9078842843472c
parent4d8676a3d0196d4fb6697e27414178577b3e8d68 (diff)
downloadsamba-integration-c3a96bc12c12919c818420b6ca68942beb1b04e6.tar.gz
samba-integration-c3a96bc12c12919c818420b6ca68942beb1b04e6.tar.xz
samba-integration-c3a96bc12c12919c818420b6ca68942beb1b04e6.zip
Add a makefile with test target
The "test" does not do anything useful yet, but this way, we can already establish the final command to invoke in the centos-ci integration. Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..694bf94
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+.PHONY: test
+test:
+ @true