aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-12-13add test/test_syntax.cK.Kosako1-2/+8
2019-09-20add test_regset.cK.Kosako1-2/+9
2019-03-20fix cross-compilationFabrice Fontaine1-1/+1
Don't add -I$(includedir) to CPPFLAGS or cross-compilation will fail on: libtool: compile: /home/fabrice/buildroot/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fno-dwarf2-cfi-asm -Wl,-elf2flt -c regparse.c -o regparse.o m68k-linux-gcc: ERROR: unsafe header/library path used in cross-compilation: '-I/usr/include' Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2019-03-04fix #132: don't execute testp if ENABLE_POSIX_API == noK.Kosako1-0/+6
2019-03-04refactoringK.Kosako1-2/+2
2019-02-28add lcov targetsK.Kosako1-1/+1
2019-02-28add target cov into Makefile.amK.Kosako1-0/+7
2018-03-22add test_uchar in test process for detect UChar in oniguruma.hK.Kosako1-1/+6
2018-02-03escape compile-time warnings for MacOS XK.Kosako1-2/+3
2017-09-07fix #68 : Compilation failure in out-of-source buildK.Kosako1-1/+1
2017-08-14add test_utf8.cK.Kosako1-3/+8
2016-03-29rename test/Makefile target name to testkosako1-1/+1
2016-03-25add AM_LDFLAGSkosako1-0/+1
2016-03-25add test directorykosako1-0/+27