Merge pull request #643 from pcercuei/update-lightrec-20220408
[pcsx_rearmed.git] / deps / lightning / check / Makefile.am
index e04f7ac..583bb12 100644 (file)
@@ -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
-