summaryrefslogtreecommitdiff
path: root/test/testclient.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-06-06 20:42:17 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-06-06 20:42:17 +0200
commit5f95718e7ebe4dec017055500793b928d8946d8e (patch)
tree4f85539d23b2ffb0e35931e1291a107782870ac9 /test/testclient.h
parent540f839cb5868dac3eb409f509b85995826cf559 (diff)
Port existing (in-file embedded) unit-tests to new framework.
Diffstat (limited to 'test/testclient.h')
-rw-r--r--test/testclient.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/testclient.h b/test/testclient.h
new file mode 100644
index 0000000..f9562f4
--- /dev/null
+++ b/test/testclient.h
@@ -0,0 +1,28 @@
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/* vim: set et sw=2 ts=2: */
+/***************************************************************************
+ * testclient.h
+ *
+ * Thu May 3 10:06:49 CEST 2012
+ * Copyright 2012 Bent Bisballe Nyeng
+ * deva@aasimon.org
+ ****************************************************************************/
+
+/*
+ * This file is part of Munia.
+ *
+ * Munia is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * Munia is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Munia; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ */
+#pragma once