From efd3a75daacc507427e6b66b03fbb4db3d01f778 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 19 Mar 2014 09:15:29 -0400 Subject: [PATCH] Revert "Disable test-sysroot.test" This reverts commit 73868a96d14fa13e69d9df778d2363b89f41fef5. --- Makefile-tests.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile-tests.am b/Makefile-tests.am index 890b7331..13c5d60d 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -102,8 +102,9 @@ test_rollsum_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS) if BUILDOPT_GJS insttest_SCRIPTS += tests/test-core.js \ tests/test-sizes.js \ + tests/test-sysroot.js \ $(NULL) -testmeta_DATA += test-core.test test-sizes.test +testmeta_DATA += test-core.test test-sizes.test test-sysroot.test endif endif