]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani.mdc
Separate demos from tests.
[ocean] / csrc / oceani.mdc
index ce70c49e2b6231240905d843456be054ef10ab3d..a3eba942acbd3cd92e407ee61b83446e1893bbf0 100644 (file)
@@ -4183,12 +4183,12 @@ Fibonacci, performs a binary search for a number, and a few other
 things which will likely grow as the languages grows.
 
 ###### File: oceani.mk
-       tests :: sayhello
+       demos :: sayhello
        sayhello : oceani
-               @echo "===== TEST ====="
-               ./oceani --section "test: hello" oceani.mdc 55 33
+               @echo "===== DEMO ====="
+               ./oceani --section "demo: hello" oceani.mdc 55 33
 
-###### test: hello
+###### demo: hello
 
        const:
                pi ::= 3.1415926