diff options
| author | Yong He <yonghe@outlook.com> | 2022-06-21 09:25:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-21 09:25:51 -0700 |
| commit | 92dfec2320421113498ae7b5b72e78bd8b5b09a8 (patch) | |
| tree | 94abc8d02468c50112841a86ee2843024d22d51b /tests/cpu-program/cpu-hello-world.slang.expected | |
| parent | d2a467c7a941c4453b3d825c9d5bb4d72230c8ba (diff) | |
Add CPU executable compile test (#2278)
* Add cpu executable compile test
* Fix.
* Fix permission on linux
* retrigger build
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/cpu-program/cpu-hello-world.slang.expected')
| -rw-r--r-- | tests/cpu-program/cpu-hello-world.slang.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cpu-program/cpu-hello-world.slang.expected b/tests/cpu-program/cpu-hello-world.slang.expected new file mode 100644 index 000000000..81531657f --- /dev/null +++ b/tests/cpu-program/cpu-hello-world.slang.expected @@ -0,0 +1,6 @@ +result code = 0 +standard error = { +} +standard output = { +Hello World. +} |
