summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FILELIST5
-rw-r--r--tests/README4
2 files changed, 5 insertions, 4 deletions
diff --git a/FILELIST b/FILELIST
index b91c225..1c27c9b 100644
--- a/FILELIST
+++ b/FILELIST
@@ -5,9 +5,6 @@ pgfuse.c - main and hooks for FUSE operations
pgsql.c - implementation of PostgreSQL access functions
pgsql.h - header file of PostgreSQL access functions
endian.h - porting layer for 64-bit conversion functions
-testfsync.c - tests flush, fsync, fdatasync, can't be done eaily
- with file system commands only
-testpgfsql.c - standalone tests of libpq interface (for instance
- how to handle timestamps)
+tests - test programs
redhat - package files for Redhat like Linux systems
debian - package fiels for Debian like Linux systems
diff --git a/tests/README b/tests/README
new file mode 100644
index 0000000..a4cb163
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,4 @@
+testfsync.c - tests flush, fsync, fdatasync, can't be done eaily
+ with file system commands only
+testpgfsql.c - standalone tests of libpq interface (for instance
+ how to handle timestamps)