summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 18:51:33 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 18:51:33 +0200
commit59d9b7dfd24e53c205cff5a75057e218e781fd1a (patch)
treef80369d205401093804580e3f5f90f4a87909b10 /Makefile
parentf711f60ecc63dddc8fb1d62fdb4dcfa3a08fa2e2 (diff)
experimental test suite, with one test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 61a524c..051d959 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,11 @@ install:
install -d $(DESTDIR)/sbin
install -d $(DESTDIR)/usr/share/aif/docs
install -d $(DESTDIR)/usr/share/aif/examples
+ install -d $(DESTDIR)/usr/share/aif/tests
install -d $(DESTDIR)/usr/lib/aif/core
install -d $(DESTDIR)/usr/lib/aif/user
install -D -m755 src/aif.sh $(DESTDIR)/sbin/aif
+ install -D -m755 src/aif-test.sh $(DESTDIR)/sbin/aif-test
install -D -m644 HOWTO $(DESTDIR)/usr/share/aif/docs
install -D -m644 README $(DESTDIR)/usr/share/aif/docs
cp -rp src/core $(DESTDIR)/usr/lib/aif
@@ -15,6 +17,8 @@ install:
chmod -R 755 $(DESTDIR)/usr/lib/aif/user
cp -rp examples $(DESTDIR)/usr/share/aif
chmod -R 755 $(DESTDIR)/usr/share/aif/examples
+ cp -rp tests $(DESTDIR)/usr/share/aif
+ chmod -R 755 $(DESTDIR)/usr/share/aif/tests
uninstall: