aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/109 testframework options/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/109 testframework options/meson.build')
-rw-r--r--test cases/common/109 testframework options/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/test cases/common/109 testframework options/meson.build b/test cases/common/109 testframework options/meson.build
index 010a69d..2773730 100644
--- a/test cases/common/109 testframework options/meson.build
+++ b/test cases/common/109 testframework options/meson.build
@@ -1,5 +1,5 @@
project('options', 'c')
-#assert(get_option('testoption') == 'A string with spaces', 'Incorrect value for testoption option.')
-#assert(get_option('other_one') == true, 'Incorrect value for other_one option.')
-#assert(get_option('combo_opt') == 'one', 'Incorrect value for combo_opt option.')
+assert(get_option('testoption') == 'A string with spaces', 'Incorrect value for testoption option.')
+assert(get_option('other_one') == true, 'Incorrect value for other_one option.')
+assert(get_option('combo_opt') == 'one', 'Incorrect value for combo_opt option.')