[epiphany] Reenable tests



commit 96c9d530048585c9bb7a4f0cc4c6dfce9646adb1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Aug 1 10:46:48 2017 +0100

    Reenable tests
    
    'ninja dist' is succeeding for me now. So let's reenable tests.

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index d68f2f6..72919fa 100644
--- a/meson.build
+++ b/meson.build
@@ -91,6 +91,6 @@ subdir('src')
 
 # All tests are broken *at dist time only* due to some weird meson bug.
 # Uncomment when it works.
-#subdir('tests')
+subdir('tests')
 
 meson.add_install_script('post_install.py')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]