aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-27 12:03:07 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-27 12:03:07 +0000
commitd546e316280dabcca301699ba238c3bed35b10ec (patch)
tree2df1097eb9b7966602e59f17a89a0e87b4db0b89 /configure.in
parent42f50bb3ee543d4571ed0bfad3262148282ec0ed (diff)
Add code to parse a debug category string
Use strdup to be able to use strtok on the category string and add a test case. Also safe some more information to be able to use color in the print statement.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 034972a43..d4902d6d4 100644
--- a/configure.in
+++ b/configure.in
@@ -21,5 +21,6 @@ AC_OUTPUT(
include/Makefile
src/Makefile
tests/Makefile
+ tests/debug/Makefile
tests/timer/Makefile
Makefile)