aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-12-14 23:01:36 +0200
committerPetri Lehtinen <petri@digip.org>2009-12-16 22:45:29 +0200
commit3add1cf36183d4acefa11ae1c0acd6d92719ac02 (patch)
tree35d78d90d0d5d032d1142968ac81ad4667f28016 /configure.ac
parent50031440a3b7ab2623e9468bd20e837250250cd9 (diff)
downloadjansson-3add1cf36183d4acefa11ae1c0acd6d92719ac02.zip
jansson-3add1cf36183d4acefa11ae1c0acd6d92719ac02.tar.gz
jansson-3add1cf36183d4acefa11ae1c0acd6d92719ac02.tar.bz2
Refactor the test system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8de9c05..4020469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,8 @@ AC_CONFIG_FILES([
doc/Makefile
src/Makefile
test/Makefile
- test/testdata/Makefile
- test/testprogs/Makefile
+ test/bin/Makefile
+ test/suites/Makefile
+ test/suites/api/Makefile
])
AC_OUTPUT