summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-02-10 14:38:06 +0000
committerRoss Burton <ross@linux.intel.com>2009-02-10 15:57:19 +0000
commit64e7b1fa57bc5c2ed4c2f74a9a5aef74dd4fc967 (patch)
treedbfd5458000e6573f2977f7c7c15c8743815044b
parent6d39f9d80fdb7330dd89923d85025b679a82119f (diff)
downloadlibrest-64e7b1fa57bc5c2ed4c2f74a9a5aef74dd4fc967.tar.gz
Add tests/
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--tests/Makefile.am0
3 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 70440a7..155ef2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = rest examples docs
+SUBDIRS = rest examples docs tests
pkgconfig_DATA = rest.pc
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/configure.ac b/configure.ac
index 28aad9c..994dc60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AC_OUTPUT([
docs/Makefile
docs/reference/Makefile
docs/reference/rest/Makefile
+ tests/Makefile
rest.pc
])
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/Makefile.am