How to use Kaleidoscope?

Hi,

I can compile Kaleidoscope. But are there any sample input files that
I can use with the executable for each Chapter? Thanks.

llvm_mac_build/bin$ ls -g Kaleidoscope-Ch*
-rwxr-xr-x 1 staff 2926388 Feb 7 08:01 Kaleidoscope-Ch2
-rwxr-xr-x 1 staff 15500992 Feb 7 08:01 Kaleidoscope-Ch3
-rwxr-xr-x 1 staff 90675752 Feb 7 08:01 Kaleidoscope-Ch4
-rwxr-xr-x 1 staff 90712560 Feb 7 08:01 Kaleidoscope-Ch5
-rwxr-xr-x 1 staff 90726232 Feb 7 08:01 Kaleidoscope-Ch6
-rwxr-xr-x 1 staff 90950120 Feb 7 08:01 Kaleidoscope-Ch7
-rwxr-xr-x 1 staff 154921252 Feb 7 08:44 Kaleidoscope-Ch8
-rwxr-xr-x 1 staff 87259912 Feb 7 08:00 Kaleidoscope-Ch9

I don’t think there are checked in test cases or the like, but in each chapter of the tutorial there are generally examples of interacting with that chapter’s program: https://llvm.org/docs/tutorial/LangImpl02.html#conclusions for instance.