X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fxalloc-die-tests;h=ca7acd2d9dfd356d72246e4f4c4a02166b3c2fa7;hb=bc8e10689b90cd6bc447f30ea79859bf60843308;hp=03ee303cd9a895910ee97cdf57214cd9c6ee3816;hpb=a31c6b23b94970756cf070ab279bb6e5e6af0156;p=pspp diff --git a/modules/xalloc-die-tests b/modules/xalloc-die-tests index 03ee303cd9..ca7acd2d9d 100644 --- a/modules/xalloc-die-tests +++ b/modules/xalloc-die-tests @@ -1,9 +1,12 @@ Files: tests/test-xalloc-die.c +tests/test-xalloc-die.sh +tests/init.sh Depends-on: +progname Makefile.am: -TESTS += test-xalloc-die -XFAIL_TESTS += test-xalloc-die +TESTS += test-xalloc-die.sh check_PROGRAMS += test-xalloc-die +test_xalloc_die_LDADD = $(LDADD) @LIBINTL@