summaryrefslogtreecommitdiff
path: root/test/hello_world.c
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format c/cpp files in test directory (#4192)Heejin Ahn2021-09-291-2/+1
| | | | | | | | | This clang-formats c/cpp files in test/ directory, and updates clang-format-diff.sh so that it does not ignore test/ directory anymore. bigswitch.cpp is excluded from formatting, because there are big commented-out code blocks, and apparently clang-format messes up formatting in them. Also to make matters worse, different clang-format versions do different things on those commented-out code blocks.
* update tests, and add working hello world testAlon Zakai2015-11-021-0/+7
|
* remove hello_world.c until it passesAlon Zakai2015-11-011-7/+0
|
* prepare for polyfill testingAlon Zakai2015-10-311-0/+7