Before running the tests, ensure KC3 is correctly installed. You can consult the KC3 installation guide for this.
make demo_gl
Press Q to quit, F for fullscreen, Left and Right arrows to move through sequences.
Other targets exist :
make demo_gl_asan
make gdb_demo_gl
make lldb_demo_gl
make demo
Press Q to quit, Left and Right arrows to move through sequences.
Other targets exist :
make demo_asan
make gdb_demo
make lldb_demo
make test_httpd
And direct your browser to http://127.0.0.1:58000/ .
make test
All the tests will be run. More specific targets exist :
make test_libkc3
make test_ikc3
make test_libkc3_asan
make test_ikc3_asan
make test_asan
Top : KC3 Guides
Previous : KC3 Installation Guide
Next : KC3 Usage Guide