From 0435955e177b513d1d3c6d511d4b3a745f26f962 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 4 Oct 2024 22:58:04 +0700 Subject: [PATCH] DONT MERGE --- test/assert.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/test/assert.cmake b/test/assert.cmake index cf2cfb4..e770581 100644 --- a/test/assert.cmake +++ b/test/assert.cmake @@ -30,6 +30,7 @@ function(assert_configure_sample_project FIRST_CODE) endfunction() section("boolean condition assertions") + section("it should assert boolean conditions") assert(TRUE) assert(NOT FALSE)