write("GL, GLUT and Font test...\n") system("./ioDesktop OpenGL/_tests/demos/events.io") write("GL, Image and texture test...\n") system("./ioDesktop OpenGL/_tests/tutorial/lesson8/main.io") //write("Another GL, Image and texture test...\n") //system("./ioDesktop OpenGL/_tests/tutorial/lesson11/main.io") write("Font test...\n") system("./ioDesktop FreeType/_tests/test.io") write("Audio test...\n") system("./ioDesktop Audio/_tests/test.io") write("Image test...\n") system("./ioDesktop Image/_tests/test.io") write("Movie test...\n") system("./ioDesktop Movie/_tests/test.io")