mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 21:39:06 +08:00
Create a tests subdirectory and move one of the test to there.
This commit is contained in:
22
tests/Makefile.am
Normal file
22
tests/Makefile.am
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
include ../Makefile.am.inc
|
||||
|
||||
#lib_LTLIBRARIES = ../libjson.la
|
||||
|
||||
#check_PROGRAMS = test1 test2 test4 test_parse_int64 test_null test_cast test_parse
|
||||
check_PROGRAMS = test1
|
||||
|
||||
#test1_SOURCES = test1.c
|
||||
#test1_LDADD = $(lib_LTLIBRARIES)
|
||||
test1_LDADD = $(top_builddir)/libjson.la
|
||||
|
||||
#TESTS = test1.test test2.test test4.test parse_int64.test test_null.test test_cast.test test_parse.test
|
||||
TESTS = test1.test
|
||||
EXTRA_DIST=
|
||||
EXTRA_DIST += $(TESTS)
|
||||
|
||||
testsubdir=testSubDir
|
||||
TESTS_ENVIRONMENT = top_builddir=$(top_builddir)
|
||||
|
||||
distclean-local:
|
||||
-rm -rf $(testsubdir)
|
||||
Reference in New Issue
Block a user