mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
Add xslt_test_silly back into Makefile.am
This commit is contained in:
parent
ca6903fb84
commit
d1e4f8860b
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
check_PROGRAMS = xslt_test
|
||||
check_PROGRAMS = xslt_test xslt_test_silly
|
||||
if HAS_STD_WSTRING
|
||||
check_PROGRAMS += xslt_test_wide
|
||||
endif
|
||||
|
@ -24,6 +24,11 @@ xslt_test_SOURCES = main.cpp \
|
|||
xslt_test_LDADD = $(TESTLIBS) $(LIBELEPHANT) $(SYSLIBS)
|
||||
xslt_test_DEPENDENCIES = $(TESTLIBS)
|
||||
|
||||
xslt_test_silly_SOURCES = main.cpp \
|
||||
$(test_sources)
|
||||
xslt_test_silly_LDADD = $(TESTLIBS) $(LIBELEPHANT) $(SYSLIBS) $(LIBSILLY)
|
||||
xslt_test_silly_DEPENDENCIES = $(TESTLIBS)
|
||||
|
||||
xslt_test_wide_SOURCES = main_wide.cpp \
|
||||
$(test_sources)
|
||||
xslt_test_wide_LDADD = $(TESTLIBS) $(LIBELEPHANT) $(SYSLIBS)
|
||||
|
|
Loading…
Reference in a new issue