Added glass and metal objects
This commit is contained in:
parent
926008e491
commit
3fa044013a
7 changed files with 2103 additions and 38 deletions
|
|
@ -26,7 +26,53 @@
|
|||
"Bash(rm -f /tmp/st2 /tmp/st2.c)",
|
||||
"Bash(convert /tmp/vg_frame.ppm -crop 760x360+340+60 +repage /tmp/vg_faces.png)",
|
||||
"Bash(convert /tmp/vg_frame.ppm -crop 760x300+340+430 +repage /tmp/vg_googie.png)",
|
||||
"Bash(convert /tmp/vg_frame.ppm -crop 360x340+150+60 +repage /tmp/vg_angry.png)"
|
||||
"Bash(convert /tmp/vg_frame.ppm -crop 360x340+150+60 +repage /tmp/vg_angry.png)",
|
||||
"Read(//usr/bin/**)",
|
||||
"Read(//usr/x86_64-w64-mingw32/**)",
|
||||
"Read(//usr/x86_64-w64-mingw32/lib/**)",
|
||||
"Bash(dpkg -l)",
|
||||
"Bash(timeout 12 curl -sI https://github.com)",
|
||||
"Bash(timeout 12 curl -sI https://deb.debian.org)",
|
||||
"Bash(timeout 60 apt-get download gcc-mingw-w64-x86-64-posix)",
|
||||
"Bash(timeout 90 curl -sL -o glfw-win.zip https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.bin.WIN64.zip)",
|
||||
"Bash(unzip -o -q glfw-win.zip -d /tmp/)",
|
||||
"Bash(identify /tmp/vg_win.png)",
|
||||
"Bash(awk '{print \"screenshot size:\", $3}')",
|
||||
"Bash(convert /tmp/vg_win.png -crop 300x300+0+0 +repage -resize 200% /tmp/vg_win_crop.png)",
|
||||
"Bash(convert /tmp/vg_win.png -crop 1140x800+0+20 +repage /tmp/vg_win_crop.png)",
|
||||
"Bash(export WINEDEBUG=-all DISPLAY=:0)",
|
||||
"Bash(echo \"=== /p preview: should exit cleanly and fast ===\")",
|
||||
"Bash(timeout 15 wine ./vectorgons.scr /p 12345)",
|
||||
"Bash(echo \"exit=$?\")",
|
||||
"Bash(echo)",
|
||||
"Bash(convert /tmp/scr.png -resize 60% /tmp/scr_small.png)",
|
||||
"Bash(grep -n \"static void add_ball\\\\|static void update_clocks\\\\|static void add_symbol\\\\|#define MAX_SHAPES\\\\|Vectorgons: %d\\\\|add_symbol\\(build_hand\\)\\\\|update_clocks\\(\\);$\" vectorgons.c)",
|
||||
"Bash(convert /tmp/vg_frame.ppm -crop 1100x380+0+40 +repage /tmp/vg_sil_top.png)",
|
||||
"Bash(convert /tmp/vg_frame.ppm -crop 1100x340+0+400 +repage /tmp/vg_sil_bot.png)",
|
||||
"Bash(grep -n \"int active = active_count\\(\\);\\\\|for \\(int i = 0; i < active; i++\\)\\\\|if \\(!g_screensaver\\) {\\\\s*$\\\\|render_osd\\(fbw, fbh, osd_alpha\\);\" vectorgons.c)",
|
||||
"Bash(echo \"=== exe launches & loads shapes? ===\")",
|
||||
"Bash(timeout 12 wine ./vectorgons.exe)",
|
||||
"Bash(timeout 12 wine ./vectorgons.scr /p 0)",
|
||||
"Bash(echo \"scr /p exit=$?\")",
|
||||
"Bash(timeout 8 wine ./vectorgons.scr /s)",
|
||||
"Bash(python3 verify_mirror.py)",
|
||||
"Bash(sed 's#-lglfw -lGLU -lGL#X#' /dev/null)",
|
||||
"Bash(DISPLAY=:0 timeout 6 wine vectorgons.exe)",
|
||||
"Bash(tail -3 /tmp/vgtest/wine.log)",
|
||||
"Bash(python3 count3.py)",
|
||||
"Bash(cc -O2 -std=c11 -o cnt3 cnt3.c -lglfw -lGLU -lGL -lm)",
|
||||
"Bash(DISPLAY=:0 VG_COUNT=1 timeout 8 ./cnt3)",
|
||||
"Bash(python3 verify_counts.py)",
|
||||
"Bash(python3 verify_visual.py)",
|
||||
"Bash(echo \"exit=$? \\(no matches expected\\)\")",
|
||||
"Bash(DISPLAY=:0 timeout 3 ./vectorgons)",
|
||||
"Bash(echo \"normal-config exit=$? \\(124=ran ok\\)\")",
|
||||
"Bash(cp ~/.vectorgons /tmp/vgtest/cfg.bak)",
|
||||
"Bash(printf 'mag_count=1000\\\\nglass_count=1000\\\\nmirror_count=1000\\\\ndensity=200\\\\nrender_dist=400\\\\nspeed=20\\\\n')",
|
||||
"Bash(DISPLAY=:0 timeout 4 ./vectorgons)",
|
||||
"Bash(python3 verify_smooth.py)",
|
||||
"Bash(convert smooth.ppm -crop 760x500+330+150 +repage -resize 200% smooth_zoom.png)",
|
||||
"Bash(python3 verify_gm.py)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue