diff options
author | Case Duckworth | 2023-04-04 09:26:45 -0500 |
---|---|---|
committer | Case Duckworth | 2023-04-04 09:26:45 -0500 |
commit | 8c7ce9b5e1581223de11b8f59ccce8d79e93a354 (patch) | |
tree | 8837c493415b72ace7a0eeb27e2cd2fea24f2047 /README.txt | |
parent | Add command line arguments (diff) | |
download | wikme-8c7ce9b5e1581223de11b8f59ccce8d79e93a354.tar.gz wikme-8c7ce9b5e1581223de11b8f59ccce8d79e93a354.zip |
Add testing
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/README.txt b/README.txt index ed0c990..941b207 100644 --- a/README.txt +++ b/README.txt | |||
@@ -14,9 +14,16 @@ requirements: | |||
14 | 14 | ||
15 | build: | 15 | build: |
16 | 16 | ||
17 | - ./bootstrap | ||
18 | - make | 17 | - make |
19 | 18 | ||
20 | install: | 19 | install: |
21 | 20 | ||
22 | - make install | 21 | - make install |
22 | |||
23 | test: | ||
24 | |||
25 | - make test | ||
26 | |||
27 | [Build the files in test/ to out/. This is not a great testing framework yet.] | ||
28 | |||
29 | |||