diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 07:28:56 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 07:28:56 -0700 |
commit | d2efeadbaa963c2a38a0670f3a555acb906689a3 (patch) | |
tree | ed3aa7f0575498afba9ba8ace91f7d1ded49b28e /testcases | |
parent | f315ee7e35eee5cba24ed71c646ecdfd37a4ba27 (diff) | |
download | cppawk-d2efeadbaa963c2a38a0670f3a555acb906689a3.tar.gz cppawk-d2efeadbaa963c2a38a0670f3a555acb906689a3.tar.bz2 cppawk-d2efeadbaa963c2a38a0670f3a555acb906689a3.zip |
Start test case implementation.
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testcases b/testcases new file mode 100644 index 0000000..b52e737 --- /dev/null +++ b/testcases @@ -0,0 +1,5 @@ +1: +./cppawk 'BEGIN { print "hello" }' +: +hello +-- |