summaryrefslogtreecommitdiff
path: root/mpbsd
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-10 23:12:57 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-10 23:12:57 +0200
commitd8dc1798f3b46fbce5722a2dbd4525221e84502d (patch)
tree272b656a5226e8408e02f49fdee363a0f02a68c3 /mpbsd
parent441a6cf2b0684799cd4303a24da7194acaa715dc (diff)
downloadgmp-d8dc1798f3b46fbce5722a2dbd4525221e84502d.tar.gz
Initial version.
Diffstat (limited to 'mpbsd')
-rw-r--r--mpbsd/tests/dummy.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/mpbsd/tests/dummy.c b/mpbsd/tests/dummy.c
new file mode 100644
index 000000000..4047285ee
--- /dev/null
+++ b/mpbsd/tests/dummy.c
@@ -0,0 +1,28 @@
+/* A dummy do-nothing test program, which always passes. */
+
+/*
+Copyright (C) 2000 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The GNU MP Library 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 Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA.
+*/
+
+int
+main ()
+{
+ return 0;
+}