aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/t/Makefile b/t/Makefile
index c24d98e..7a3bb62 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -14,7 +14,8 @@
# You should have received a copy of the GNU General Public License along
# with Runcap. If not, see <http://www.gnu.org/licenses/>.
-check: genout rt
+TESTPROGS=genout rt
+check: $(TESTPROGS)
@./testsuite
CPPFLAGS=-I..
@@ -37,13 +38,17 @@ TESTSUITE =\
03longout.t\
04stdin.t\
05stdin.t\
- 06mon.t
+ 06mon.t\
+ 08seek.t\
+ 09seek.t
DISTDIR = $(TOPDISTDIR)/t
DISTFILES = Makefile rt.c genout.c $(TESTSUITE) INPUT
-.PHONY: distdir
+.PHONY: distdir clean
distdir:
test -d $(DISTDIR) || mkdir $(DISTDIR)
cp $(DISTFILES) $(DISTDIR)
+clean:
+ rm -rf $(TESTPROGS) testsuite.log testsuite.dir

Return to:

Send suggestions and report system problems to the System administrator.