summaryrefslogtreecommitdiff
path: root/encode_test.h
diff options
context:
space:
mode:
authorGraham Miller <graham.miller@gmail.com>2011-01-14 13:40:52 -0500
committerGraham Miller <graham.miller@gmail.com>2011-01-14 13:40:52 -0500
commit8f922d174e08026120363533dbf48349266ee7cb (patch)
tree3439022d0a226e93fec1b2ba284c7767843c256e /encode_test.h
downloadlibgob-8f922d174e08026120363533dbf48349266ee7cb.tar.gz
libgob-8f922d174e08026120363533dbf48349266ee7cb.tar.bz2
Added tag 0.1 for changeset 74f74c375a95
Diffstat (limited to 'encode_test.h')
-rw-r--r--encode_test.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/encode_test.h b/encode_test.h
new file mode 100644
index 0000000..9214bb8
--- /dev/null
+++ b/encode_test.h
@@ -0,0 +1,13 @@
+#ifndef _ENCODE_TEST_H
+#define _ENCODE_TEST_H
+
+void test_gob_encode_unsigned_int();
+void test_flip_unsigned_long_long();
+void test_gob_encode_double();
+void test_gob_encode_int();
+void test_gob_encode_string();
+void test_gob_encode_simple_type();
+void test_gob_encode_more_complex_type();
+
+#endif
+