EuGTK on Windows - The Test Files
- Posted by euphoric (admin) Aug 26, 2015
- 1365 views
In the test files, you have file references like:
constant img = create(GtkImage,"~/demos/thumbnails/eugtk.png")
When running the test sources from the demos/ folder, this path doesn't work on Windows. Does that actually work on Linux?
I have to change it to this
constant img = create(GtkImage,"thumbnails/eugtk.png")
for it to work properly.
You know what you could do with your test files is put a comment in the file, maybe something like:
-- TEST-DESC:Display icon and button
that your test-all program could parse and display in a list. Or make a test program browser that uses the description.
Get it?