aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-10-10 22:54:05 +0300
committerPetri Lehtinen <petri@digip.org>2009-10-11 21:38:42 +0300
commitbad16ea52a98daa21afa8f05dcabd95bf74221f3 (patch)
treeef1f2cce1f7a034940875245a3d8ebfc00952829
parent30015bde90a0de993b4e098cac49315b03bc4e97 (diff)
downloadjansson-bad16ea52a98daa21afa8f05dcabd95bf74221f3.zip
jansson-bad16ea52a98daa21afa8f05dcabd95bf74221f3.tar.gz
jansson-bad16ea52a98daa21afa8f05dcabd95bf74221f3.tar.bz2
Fix API tests for object
Because of a typo in test/testprogs/Makefile.am, the tests for object were never compiled or run.
-rw-r--r--test/testprogs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testprogs/Makefile.am b/test/testprogs/Makefile.am
index b7b7e91..57f0ded 100644
--- a/test/testprogs/Makefile.am
+++ b/test/testprogs/Makefile.am
@@ -2,7 +2,7 @@ check_PROGRAMS = test_array test_number test_object
test_array_SOURCES = test_array.c util.h
test_number_SOURCES = test_number.c util.h
-test_object_SOURCES = test_number.c util.h
+test_object_SOURCES = test_object.c util.h
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror