aboutsummaryrefslogtreecommitdiff
path: root/Make.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-17 11:14:43 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-17 11:15:18 +0300
commit9faece352b572fd65e4579e178c4df8fc0c53c35 (patch)
tree0630ccb0804719a174de7c95e4e0c6972b3c34ea /Make.am
parent12c5eac517cb62728b5525cab25aff245086525c (diff)
downloadruncap-1.2.tar.gz
runcap-1.2.tar.bz2
Implement runcap_read functionv1.2
* Make.am (RUNCAP_SRC): Add read.c * read.c: New file * runcap.h (runcap_read): New proto. * t/rt: Expand read request to include a flag for selecting * t/read.at: New file. * t/nocap.at: New file * t/nocap00.at: Remove. * t/nocap01.at: Remove. * t/Makefile.am (TESTSUITE_AT): Add new test. Merge two nocap tests to one. * t/testsuite.at: Likewise.
Diffstat (limited to 'Make.am')
-rw-r--r--Make.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Make.am b/Make.am
index 7d5f0e6..32c35c9 100644
--- a/Make.am
+++ b/Make.am
@@ -1,5 +1,5 @@
# Main Makefile.am source for runcap
-# Copyright (C) 2017 Sergey Poznyakoff
+# Copyright (C) 2017-2019 Sergey Poznyakoff
#
# Runcap is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -32,6 +32,7 @@
RUNCAP_SRC = \
getc.c\
getl.c\
+ read.c\
runcap.c\
seek.c\
tell.c

Return to:

Send suggestions and report system problems to the System administrator.