X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightning%2Fcheck%2FMakefile.am;h=583bb12c865c00d6aea44bab521aea1d0862a003;hb=e557df126d39c05f5bda1f3845522762dd8da2ef;hp=e04f7acf9972ae44501e9da48e8944bbb52d6f09;hpb=28d1bea2e828cd079593abc8c97ea6ff4fd7d4f4;p=pcsx_rearmed.git diff --git a/deps/lightning/check/Makefile.am b/deps/lightning/check/Makefile.am index e04f7acf..583bb12c 100644 --- a/deps/lightning/check/Makefile.am +++ b/deps/lightning/check/Makefile.am @@ -14,7 +14,7 @@ # License for more details. # -AM_CFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE +AM_CFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -D_GNU_SOURCE check_PROGRAMS = lightning ccall self setcode nodata ctramp carg cva_list @@ -91,6 +91,7 @@ EXTRA_DIST = \ call.tst call.ok \ float.tst float.ok \ jmpr.tst jmpr.ok \ + live.tst live.ok \ put.tst put.ok \ qalu.inc \ qalu_mul.tst qalu_mul.ok \ @@ -125,7 +126,7 @@ base_TESTS = \ fop_abs fop_sqrt \ varargs stack \ clobber carry call \ - float jmpr put \ + float jmpr live put \ qalu_mul qalu_div \ range ranger ret tramp \ va_list @@ -315,4 +316,3 @@ CLEANFILES = $(TESTS) debug: lightning $(LIBTOOL) --mode=execute gdb lightning -