mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
Move the rest of the tests into the tests subdirectory.
This commit is contained in:
@@ -1,17 +1,25 @@
|
||||
|
||||
include ../Makefile.am.inc
|
||||
|
||||
#lib_LTLIBRARIES = ../libjson.la
|
||||
lib_LTLIBRARIES = $(top_builddir)/libjson.la
|
||||
|
||||
#check_PROGRAMS = test1 test2 test4 test_parse_int64 test_null test_cast test_parse
|
||||
check_PROGRAMS = test1
|
||||
check_PROGRAMS = test1 test2 test4 test_parse_int64 test_null test_cast test_parse
|
||||
|
||||
#test1_SOURCES = test1.c
|
||||
#test1_LDADD = $(lib_LTLIBRARIES)
|
||||
test1_LDADD = $(top_builddir)/libjson.la
|
||||
test1_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
#TESTS = test1.test test2.test test4.test parse_int64.test test_null.test test_cast.test test_parse.test
|
||||
TESTS = test1.test
|
||||
test2_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
test4_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
test_parse_int64_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
test_null_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
test_cast_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
test_parse_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
TESTS = test1.test test2.test test4.test parse_int64.test test_null.test test_cast.test test_parse.test
|
||||
EXTRA_DIST=
|
||||
EXTRA_DIST += $(TESTS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user