diff --git a/README.rst b/README.rst index f06eec7..37a89e7 100644 --- a/README.rst +++ b/README.rst @@ -26,11 +26,11 @@ Compiling Update library dependencies:: - dylan update + deft update Build the library, tests and demo with:: - dylan build --all + deft build --all Run the demo:: diff --git a/dylan-package.json b/dylan-package.json index fd8d78b..825f030 100644 --- a/dylan-package.json +++ b/dylan-package.json @@ -1,8 +1,8 @@ { "name": "command-interface", - "description": "Interactive command interface system for Dylan", + "description": "Interactive command interface system", "keywords": [ "command-line" ], - "version": "0.1.2", + "version": "0.1.3", "url": "https://github.com/dylan-lang/command-interface", "category" : "utilities", "contact": "dylan-lang@googlegroups.com", diff --git a/tests/command-interface-test.dylan b/tests/command-interface-test.dylan index 8d17925..30f31a6 100644 --- a/tests/command-interface-test.dylan +++ b/tests/command-interface-test.dylan @@ -100,8 +100,4 @@ define test command-tokenizer-test() #(0, 2, 3, 5, 7, 9, 10)); end; -define suite command-interface-test-suite() - test command-tokenizer-test; -end; - -run-test-application(command-interface-test-suite); +run-test-application();